Walker for collections of values and many-to-many associations
The following tables list the members exposed by the BasicCollectionJoinWalker type.
Public Methods
| Name | Description | |
|---|---|---|
| SelectString |
Generate a select list of columns containing all properties of the entity classes
(Inherited from JoinWalker.) | |
| ToString | (Overrides .ToString().) |
Protected Methods
| Name | Description | |
|---|---|---|
| GenerateRootAlias | (Inherited from JoinWalker.) | |
| GenerateTableAlias | (Inherited from JoinWalker.) | |
| GetJoinType | Overloaded. | |
| GetJoinType |
We can use an inner join for first many-to-many association
| |
| InitPersisters | (Inherited from JoinWalker.) | |
| IsJoinable |
Should we join this association?
(Inherited from JoinWalker.) | |
| IsJoinedFetchEnabled |
Override on subclasses to enable or suppress joining
of certain association types
(Inherited from JoinWalker.) | |
| 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.) | |
| WhereString | (Inherited from CollectionJoinWalker.) |
Protected Fields
| Name | Description | |
|---|---|---|
| associations | (Inherited from JoinWalker.) |
Public Constructors
| Name | Description | |
|---|---|---|
| BasicCollectionJoinWalkerNew |
Public Properties
| Name | Description | |
|---|---|---|
| Aliases | (Inherited from JoinWalker.) | |
| CollectionOwners | (Inherited from JoinWalker.) | |
| CollectionPersisters | (Inherited from JoinWalker.) | |
| CollectionSuffixes | (Inherited from JoinWalker.) | |
| 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
| Name | Description | |
|---|---|---|
| Dialect | (Inherited from JoinWalker.) | |
| EnabledFilters | (Inherited from JoinWalker.) | |
| Factory | (Inherited from JoinWalker.) |