[Missing <summary> documentation for "N:NHibernate.Proxy"]
Classes
Class | Description | |
---|---|---|
AbstractLazyInitializer |
Provides the base functionality to Handle Member calls into a dynamically
generated NHibernate Proxy.
| |
AbstractProxyFactory |
Convenient common implementation for ProxyFactory
| |
DefaultDynamicProxyMethodCheckerExtensions | ||
DefaultLazyInitializer | ||
DefaultProxyFactory | ||
DynProxyTypeValidator | ||
NHibernateProxyHelper |
NHibernateProxyHelper provides convenience methods for working with
objects that might be instances of Classes or the Proxied version of
the Class.
|
Interfaces
Interface | Description | |
---|---|---|
IEntityNotFoundDelegate |
Delegate to handle the scenario of an entity not found by a specified id.
| |
ILazyInitializer | ||
INHibernateProxy |
A marker interface so NHibernate can know if it is dealing with
an object that is a Proxy.
| |
IProxyFactory | Contract for run-time, proxy-based lazy initialization proxies. | |
IProxyValidator |
Proxeability validator.
|