Overload List
Name | Description | |
---|---|---|
![]() | Get<(Of <<'(T>)>>)(Object) |
Strongly-typed version of Get(Type, Object) (Inherited from ISession.) |
![]() | Get<(Of <<'(T>)>>)(Object, LockMode) |
Strongly-typed version of Get(Type, Object, LockMode) (Inherited from ISession.) |
![]() | Get(String, Object) |
Return the persistent instance of the given named entity with the given identifier,
or null if there is no such persistent instance. (If the instance, or a proxy for the
instance, is already associated with the session, return that instance or proxy.)
(Inherited from ISession.) |
![]() | Get(Type, Object) |
Return the persistent instance of the given entity class with the given identifier, or null
if there is no such persistent instance. (If the instance, or a proxy for the instance, is
already associated with the session, return that instance or proxy.)
(Inherited from ISession.) |
![]() | Get(Type, Object, LockMode) |
Return the persistent instance of the given entity class with the given identifier, or null
if there is no such persistent instance. Obtain the specified lock mode if the instance
exists.
(Inherited from ISession.) |