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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Parameters

config
Type: NHibernate..::..FetchMode

[Missing <param name="config"/> documentation for "M:NHibernate.Loader.JoinWalker.IsJoinedFetchEnabledInMapping(NHibernate.FetchMode,NHibernate.Type.IAssociationType)"]

type
Type: NHibernate.Type..::..IAssociationType

[Missing <param name="type"/> documentation for "M:NHibernate.Loader.JoinWalker.IsJoinedFetchEnabledInMapping(NHibernate.FetchMode,NHibernate.Type.IAssociationType)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Loader.JoinWalker.IsJoinedFetchEnabledInMapping(NHibernate.FetchMode,NHibernate.Type.IAssociationType)"]

See Also