The CollectionJoinWalker type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CollectionJoinWalker | Initializes a new instance of the CollectionJoinWalker class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GenerateAliasForColumn | (Inherited from JoinWalker.) | |
| GenerateRootAlias | (Inherited from JoinWalker.) | |
| GenerateTableAlias | (Inherited from JoinWalker.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetJoinType(Boolean, Int32) |
Use an inner join if it is a non-null association and this
is the "first" join in a series
(Inherited from JoinWalker.) | |
| GetJoinType(IAssociationType, FetchMode, String, String, array<String>[]()[][], Boolean, Int32, CascadeStyle) |
Get the join type (inner, outer, etc) or -1 if the
association should not be joined. Override on
subclasses.
(Inherited from JoinWalker.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetWithClause | (Inherited from JoinWalker.) | |
| InitPersisters | (Inherited from JoinWalker.) | |
| IsDuplicateAssociation(String, array<String>[]()[][]) |
Used to detect circularities in the joined graph, note that
this method is side-effecty
(Inherited from JoinWalker.) | |
| IsDuplicateAssociation(String, array<String>[]()[][], IAssociationType) |
Used to detect circularities in the joined graph, note that
this method is side-effecty
(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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MergeOrderings(String, SqlString) | (Inherited from JoinWalker.) | |
| MergeOrderings(String, String) | (Inherited from JoinWalker.) | |
| MergeOrderings(SqlString, SqlString) | (Inherited from JoinWalker.) | |
| MergeOuterJoins |
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
(Inherited from JoinWalker.) | |
| OrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>)) |
Get the order by string required for collection fetching
(Inherited from JoinWalker.) | |
| OrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>), SqlString) | (Inherited from JoinWalker.) | |
| OrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>), String) | (Inherited from JoinWalker.) | |
| SelectString |
Generate a select list of columns containing all properties of the entity classes
(Inherited from JoinWalker.) | |
| 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
(Inherited from JoinWalker.) | |
| WalkComponentTree |
For a component, add to a list of associations to be fetched by outerjoin
(Inherited from JoinWalker.) | |
| WalkEntityTree(IOuterJoinLoadable, String) |
For an entity class, return a list of associations to be fetched by outerjoin
(Inherited from JoinWalker.) | |
| WalkEntityTree(IOuterJoinLoadable, String, String, Int32) |
For an entity class, add to a list of associations to be fetched
by outerjoin
(Inherited from JoinWalker.) | |
| WhereString(String, array<String>[]()[][], Int32) |
Render the where condition for a (batch) load by identifier / collection key
(Inherited from JoinWalker.) | |
| WhereString(String, array<String>[]()[][], SqlString, Int32) |
Extension Methods
| Name | Description | |
|---|---|---|
| As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
| IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsProxy | (Defined by NHibernateProxyHelper.) | |
| ToTypeParameters | (Defined by ReflectHelper.) |
Fields
| Name | Description | |
|---|---|---|
| associations | (Inherited from JoinWalker.) |
Properties
| Name | Description | |
|---|---|---|
| Aliases | (Inherited from JoinWalker.) | |
| CollectionOwners | (Inherited from JoinWalker.) | |
| CollectionPersisters | (Inherited from JoinWalker.) | |
| CollectionSuffixes | (Inherited from JoinWalker.) | |
| Dialect | (Inherited from JoinWalker.) | |
| EnabledFilters | (Inherited from JoinWalker.) | |
| Factory | (Inherited from JoinWalker.) | |
| IsTooManyCollections | (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.) |