The following tables list the members exposed by the JoinWalker type.
Public Methods
| Name | Description | |
|---|---|---|
| SelectString |
Generate a select list of columns containing all properties of the entity classes
|
Protected 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
| |
| GenerateRootAlias | ||
| GenerateTableAlias | ||
| GetJoinType | Overloaded. | |
| 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 | ||
| MergeOuterJoins |
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
| |
| OrderBy | Overloaded. | |
| 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
|
Protected Fields
| Name | Description | |
|---|---|---|
| associations |
Protected Constructors
| Name | Description | |
|---|---|---|
| JoinWalkerNew |
Public Properties
| Name | Description | |
|---|---|---|
| Aliases | ||
| CollectionOwners | ||
| CollectionPersisters | ||
| CollectionSuffixes | ||
| LockModeArray | ||
| OwnerAssociationTypes | ||
| Owners | ||
| Persisters | ||
| SqlString | ||
| Suffixes |
Protected Properties
| Name | Description | |
|---|---|---|
| Dialect | ||
| EnabledFilters | ||
| Factory |