The AbstractEntityJoinWalker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AbstractEntityJoinWalker | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | 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 | (Inherited from JoinWalker.) |
![]() | GenerateTableAlias | (Inherited from JoinWalker.) |
![]() | 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.) |
![]() | InitAll | |
![]() | InitPersisters | (Inherited from JoinWalker.) |
![]() | InitProjection | |
![]() | IsDuplicateAssociation | Overloaded. |
![]() | IsJoinable |
Should we join this association?
(Inherited from JoinWalker.) |
![]() | IsJoinedFetchEnabled |
The superclass deliberately excludes collections
(Overrides JoinWalker..::.IsJoinedFetchEnabled(IAssociationType, FetchMode, Cascades..::.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.) |
![]() | 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.
(Inherited from JoinWalker.) |
![]() | OrderBy | (Inherited from JoinWalker.) |
![]() | SelectString |
Generate a select list of columns containing all properties of the entity classes
(Inherited from JoinWalker.) |
![]() | ToString | (Overrides Object..::.ToString()()().) |
![]() | 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.) |
Fields
Name | Description | |
---|---|---|
![]() | associations | (Inherited from JoinWalker.) |
Properties
Name | Description | |
---|---|---|
![]() | Alias | |
![]() | Aliases | (Inherited from JoinWalker.) |
![]() | CollectionOwners | (Inherited from JoinWalker.) |
![]() | CollectionPersisters | (Inherited from JoinWalker.) |
![]() | CollectionSuffixes | (Inherited from JoinWalker.) |
![]() | Comment | |
![]() | Dialect | (Inherited from JoinWalker.) |
![]() | EnabledFilters | (Inherited from JoinWalker.) |
![]() | Factory | (Inherited from JoinWalker.) |
![]() | LockModeArray | (Inherited from JoinWalker.) |
![]() | OwnerAssociationTypes | (Inherited from JoinWalker.) |
![]() | Owners | (Inherited from JoinWalker.) |
![]() | Persister | |
![]() | Persisters | (Inherited from JoinWalker.) |
![]() | SqlString | (Inherited from JoinWalker.) |
![]() | Suffixes | (Inherited from JoinWalker.) |
![]() | WhereFragment |
Don't bother with the discriminator, unless overridden by subclass
|