Overload List
Name | Description | |
---|---|---|
Load<(Of <<'(T>)>>)(Object) | ||
Load<(Of <<'(T>)>>)(Object, LockMode) | ||
Load(Object, Object) | ||
Load(String, Object) | ||
Load(Type, Object) | ||
Load(String, Object, LockMode) | ||
Load(Type, Object, LockMode) |
Load the data for the object with the specified id into a newly created object
using "for update", if supported. A new key will be assigned to the object.
This should return an existing proxy where appropriate.
If the object does not exist in the database, an exception is thrown.
|