Overload List
Name | Description | |
---|---|---|
Get<(Of <<'(T>)>>)(Object) |
Strongly-typed version of Get(Type, Object) | |
Get<(Of <<'(T>)>>)(Object, LockMode) |
Strongly-typed version of Get(Type, Object, LockMode) | |
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.)
| |
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.)
| |
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.
|