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

See Also