A walker for loaders that fetch entities

The following tables list the members exposed by the EntityJoinWalker type.

Public Methods

  NameDescription
SelectString
Generate a select list of columns containing all properties of the entity classes
(Inherited from JoinWalker.)
ToString (Inherited from AbstractEntityJoinWalker.)

Protected Methods

  NameDescription
GenerateRootAlias (Inherited from JoinWalker.)
GenerateTableAlias (Inherited from JoinWalker.)
InitAll (Inherited from AbstractEntityJoinWalker.)
InitPersisters (Inherited from JoinWalker.)
InitProjection (Inherited from AbstractEntityJoinWalker.)
IsJoinable
Should we join this association?
(Inherited from JoinWalker.)
IsJoinedFetchEnabled
Disable outer join fetching if this loader obtains an upgrade lock mode
(Overrides .IsJoinedFetchEnabled(IAssociationType, FetchMode, CascadeStyle).)
IsJoinedFetchEnabledInMapping
Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining
(Inherited from JoinWalker.)
IsTooDeep (Inherited from JoinWalker.)
IsTooManyCollections (Inherited from JoinWalker.)
MergeOuterJoins
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
(Inherited from JoinWalker.)
WalkCollectionTree
For a collection role, return a list of associations to be fetched by outerjoin
(Inherited from JoinWalker.)
WalkEntityTree
For an entity class, return a list of associations to be fetched by outerjoin
(Inherited from JoinWalker.)
WhereString
Render the where condition for a (batch) load by identifier / collection key
(Inherited from JoinWalker.)

Protected Fields

  NameDescription
associations (Inherited from JoinWalker.)

Public Constructors

  NameDescription
EntityJoinWalkerNew

Public Properties

  NameDescription
Aliases (Inherited from JoinWalker.)
CollectionOwners (Inherited from JoinWalker.)
CollectionPersisters (Inherited from JoinWalker.)
CollectionSuffixes (Inherited from JoinWalker.)
Comment (Overrides .Comment.)
LockModeArray (Inherited from JoinWalker.)
OwnerAssociationTypes (Inherited from JoinWalker.)
Owners (Inherited from JoinWalker.)
Persisters (Inherited from JoinWalker.)
SqlString (Inherited from JoinWalker.)
Suffixes (Inherited from JoinWalker.)

Protected Properties

  NameDescription
Alias (Inherited from AbstractEntityJoinWalker.)
Dialect (Inherited from JoinWalker.)
EnabledFilters (Inherited from JoinWalker.)
Factory (Inherited from JoinWalker.)
Persister (Inherited from AbstractEntityJoinWalker.)
WhereFragment
Don't bother with the discriminator, unless overridden by subclass
(Inherited from AbstractEntityJoinWalker.)