Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining

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

Syntax

Visual Basic (Declaration)
Protected Function IsJoinedFetchEnabledInMapping ( _
	config As FetchMode, _
	type As IAssociationType _
) As Boolean
C#
protected bool IsJoinedFetchEnabledInMapping(
	FetchMode config,
	IAssociationType type
)
Visual C++
protected:
bool IsJoinedFetchEnabledInMapping(
	FetchMode config, 
	IAssociationType^ type
)
JavaScript
function isJoinedFetchEnabledInMapping(config, type);

See Also