Overload List

  NameDescription
Public methodGet<(Of <<'(T>)>>)(Object)
Strongly-typed version of Get(Type, Object)
Public methodGet<(Of <<'(T>)>>)(Object, LockMode)
Strongly-typed version of Get(Type, Object, LockMode)
Public methodGet(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.)
Public methodGet(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.)
Public methodGet(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.

See Also