Overload List

  NameDescription
Load<(Of <(T>)>)(Object)
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
(Inherited from ISession.)
Load<(Of <(T>)>)(Object, LockMode)
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode.
(Inherited from ISession.)
Load(Object, Object)
Read the persistent state associated with the given identifier into the given transient instance.
(Inherited from ISession.)
Load(Type, Object)
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
(Inherited from ISession.)
Load(Type, Object, LockMode)
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode.
(Inherited from ISession.)

See Also