Retrieves the {@link Joinable} defining the associated entity.

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

Syntax

C#
public IJoinable GetAssociatedJoinable(
	ISessionFactoryImplementor factory
)
Visual Basic
Public Function GetAssociatedJoinable ( _
	factory As ISessionFactoryImplementor _
) As IJoinable
Visual C++
public:
virtual IJoinable^ GetAssociatedJoinable(
	ISessionFactoryImplementor^ factory
) sealed

Parameters

factory
Type: NHibernate.Engine..::..ISessionFactoryImplementor
The session factory.

Return Value

The associated joinable

Implements

IAssociationType..::..GetAssociatedJoinable(ISessionFactoryImplementor)

See Also