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