Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Factory As ISessionFactoryImplementor
C#
public ISessionFactoryImplementor Factory { get; }
Visual C++
public:
virtual property ISessionFactoryImplementor^ Factory {
	ISessionFactoryImplementor^ get () sealed;
}
JavaScript
function get_factory();

Implements

ICollectionPersister..::.Factory

See Also