The JoinWalker type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | 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 | (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.) |
![]() | GetJoinType | Overloaded. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitPersisters | |
![]() | IsDuplicateAssociation | Overloaded. |
![]() | 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.
|
![]() ![]() | OrderBy | Overloaded. |
![]() | SelectString |
Generate a select list of columns containing all properties of the entity classes
|
![]() | ToString | (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
|