iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ILazyFactory Interface

Contract of an ILazyFactory

For a list of all members of this type, see ILazyFactory Members.

[Visual Basic]
Public Interface ILazyFactory
[C#]
public interface ILazyFactory

Types that implement ILazyFactory

Type Description
LazyListFactory Implementation of ILazyFactory to create proxy for an IList element.
LazyListGenericFactory /// Implementation of ILazyFactory to create proxy for an generic IList element.
LazyLoadProxyFactory This class is responsible of create lazy load proxies for a concrete class with virtual method.

Requirements

Namespace: IBatisNet.DataMapper.Proxy

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

ILazyFactory Members | IBatisNet.DataMapper.Proxy Namespace