Implements logic for walking a tree of associated classes.

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

Syntax

C#
public abstract class OuterJoinLoader : BasicLoader
Visual Basic
Public MustInherit Class OuterJoinLoader _
	Inherits BasicLoader
Visual C++
public ref class OuterJoinLoader abstract : public BasicLoader

Remarks

Generates an SQL select string containing all properties of those classes. Tablse are joined using an ANSI-style left outer join.

Inheritance Hierarchy

See Also