Overload List
Name | Description | |
---|---|---|
ProxyFor(Object) |
Return the existing proxy associated with the given EntityKey, or the
argument (the entity associated with the key) if no proxy exists.
(slower than the form above)
| |
ProxyFor(IEntityPersister, EntityKey, Object) |
Return the existing proxy associated with the given EntityKey, or the
third argument (the entity associated with the key) if no proxy exists. Init
the proxy to the target implementation, if necessary.
|