Overload List

  NameDescription
Public methodProxyFor(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)
Public methodProxyFor(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.

See Also