Overload List

  NameDescription
Public methodLoad<(Of <<'(T>)>>)(Object)
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
(Inherited from ISession.)
Public methodLoad<(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.)
Public methodLoad(Object, Object)
Read the persistent state associated with the given identifier into the given transient instance.
(Inherited from ISession.)
Public methodLoad(String, Object)
Return the persistent instance of the given entityName with the given identifier, assuming that the instance exists.
(Inherited from ISession.)
Public methodLoad(Type, Object)
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
(Inherited from ISession.)
Public methodLoad(String, Object, LockMode)
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
(Inherited from ISession.)
Public methodLoad(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