The JoinWalker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
JoinWalker | Initializes a new instance of the JoinWalker class |
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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GenerateAliasForColumn | ||
GenerateRootAlias | ||
GenerateTableAlias | ||
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
| |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWithClause | ||
InitPersisters | ||
IsDuplicateAssociation(String, array<String>[]()[][]) |
Used to detect circularities in the joined graph, note that
this method is side-effecty
| |
IsDuplicateAssociation(String, array<String>[]()[][], IAssociationType) |
Used to detect circularities in the joined graph, note that
this method is side-effecty
| |
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 | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MergeOrderings(String, SqlString) | ||
MergeOrderings(String, String) | ||
MergeOrderings(SqlString, SqlString) | ||
MergeOuterJoins |
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
| |
OrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>)) |
Get the order by string required for collection fetching
| |
OrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>), SqlString) | ||
OrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>), String) | ||
SelectString |
Generate a select list of columns containing all properties of the entity classes
| |
SubPath |
Extend the path by the given property name
| |
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
| |
WalkComponentTree |
For a component, add to a list of associations to be fetched by outerjoin
| |
WalkEntityTree(IOuterJoinLoadable, String) |
For an entity class, return a list of associations to be fetched by outerjoin
| |
WalkEntityTree(IOuterJoinLoadable, String, String, Int32) |
For an entity class, add to a list of associations to be fetched
by outerjoin
| |
WhereString |
Render the where condition for a (batch) load by identifier / collection key
|
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 |
Properties
Name | Description | |
---|---|---|
Aliases | ||
CollectionOwners | ||
CollectionPersisters | ||
CollectionSuffixes | ||
Dialect | ||
EnabledFilters | ||
Factory | ||
IsTooManyCollections | ||
LockModeArray | ||
OwnerAssociationTypes | ||
Owners | ||
Persisters | ||
SqlString | ||
Suffixes |