|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UniqueEntityLoader
Loads entities for a EntityPersister
Method Summary | |
---|---|
Object |
load(Serializable id,
Object optionalObject,
SessionImplementor session)
Deprecated. use load(java.io.Serializable, Object, SessionImplementor, LockOptions) instead. |
Object |
load(Serializable id,
Object optionalObject,
SessionImplementor session,
LockOptions lockOptions)
Load an entity instance by id. |
Method Detail |
---|
Object load(Serializable id, Object optionalObject, SessionImplementor session) throws HibernateException
load(java.io.Serializable, Object, SessionImplementor, LockOptions)
instead.
HibernateException
Object load(Serializable id, Object optionalObject, SessionImplementor session, LockOptions lockOptions)
id
- The id to be loadedoptionalObject
- The (optional) entity instance in to which to load the statesession
- The session from which the request originatedlockOptions
- The lock options.
HibernateException
- indicates problem performing the load.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |