Class PaddedBatchingEntityLoader

    • Method Detail

      • load

        public java.lang.Object load​(java.io.Serializable id,
                                     java.lang.Object optionalObject,
                                     SharedSessionContractImplementor session,
                                     LockOptions lockOptions)
        Description copied from interface: UniqueEntityLoader
        Load an entity instance by id. If optionalObject is supplied (non-null, the entity state is loaded into that object instance instead of instantiating a new one.
        Parameters:
        id - The id to be loaded
        optionalObject - The (optional) entity instance in to which to load the state
        session - The session from which the request originated
        lockOptions - The lock options.
        Returns:
        The loaded entity