Get the "persister" for this association - a class or collection persister

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function GetAssociatedJoinable ( _
	factory As ISessionFactoryImplementor _
) As IJoinable
C#
IJoinable GetAssociatedJoinable(
	ISessionFactoryImplementor factory
)
Visual C++
IJoinable^ GetAssociatedJoinable(
	ISessionFactoryImplementor^ factory
)
JavaScript
function getAssociatedJoinable(factory);

Return Value

See Also