The JoinWalker type exposes the following members.

Methods

  NameDescription
CountCollectionPersisters
Count the number of instances of IJoinable which are actually also instances of IPersistentCollection which are being fetched by outer join
CountEntityPersisters
Count the number of instances of IJoinable which are actually also instances of ILoadable, or are one-to-many associations
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GenerateRootAlias
GenerateTableAlias
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetJoinTypeOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitPersisters
IsDuplicateAssociationOverloaded.
IsJoinable
Should we join this association?
IsJoinedFetchEnabled
Override on subclasses to enable or suppress joining of certain association types
IsJoinedFetchEnabledInMapping
Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining
IsTooDeep
IsTooManyCollections
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MergeOuterJoins
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
OrderByOverloaded.
SelectString
Generate a select list of columns containing all properties of the entity classes
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WalkCollectionTree
For a collection role, return a list of associations to be fetched by outerjoin
WalkEntityTree
For an entity class, return a list of associations to be fetched by outerjoin
WhereString
Render the where condition for a (batch) load by identifier / collection key

See Also