The CriteriaJoinWalker type exposes the following members.

Constructors

  NameDescription
Public methodCriteriaJoinWalker
Initializes a new instance of the CriteriaJoinWalker class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGenerateAliasForColumn (Inherited from JoinWalker.)
Protected methodGenerateRootAlias (Overrides JoinWalker..::..GenerateRootAlias(String).)
Protected methodGenerateTableAlias (Overrides JoinWalker..::..GenerateTableAlias(Int32, String, IJoinable).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetJoinType(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.)
Protected methodGetJoinType(IAssociationType, FetchMode, String, String, array<String>[]()[][], Boolean, Int32, CascadeStyle) (Overrides JoinWalker..::..GetJoinType(IAssociationType, FetchMode, String, String, array<String>[]()[][], Boolean, Int32, CascadeStyle).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetWithClause (Overrides JoinWalker..::..GetWithClause(String).)
Protected methodInitAll (Inherited from AbstractEntityJoinWalker.)
Protected methodInitPersisters (Inherited from JoinWalker.)
Protected methodInitProjection (Inherited from AbstractEntityJoinWalker.)
Protected methodIsDuplicateAssociation(String, array<String>[]()[][])
Used to detect circularities in the joined graph, note that this method is side-effecty
(Inherited from JoinWalker.)
Protected methodIsDuplicateAssociation(String, array<String>[]()[][], IAssociationType)
Used to detect circularities in the joined graph, note that this method is side-effecty
(Inherited from JoinWalker.)
Protected methodIsJoinable
Should we join this association?
(Inherited from JoinWalker.)
Protected methodIsJoinedFetchEnabled
The superclass deliberately excludes collections
(Inherited from AbstractEntityJoinWalker.)
Protected methodIsJoinedFetchEnabledInMapping
Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining
(Inherited from JoinWalker.)
Protected methodIsTooDeep (Inherited from JoinWalker.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMergeOrderings(String, SqlString) (Inherited from JoinWalker.)
Protected methodMergeOrderings(String, String) (Inherited from JoinWalker.)
Protected methodMergeOrderings(SqlString, SqlString) (Inherited from JoinWalker.)
Protected methodMergeOuterJoins
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
(Inherited from JoinWalker.)
Protected methodOrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>))
Get the order by string required for collection fetching
(Inherited from JoinWalker.)
Protected methodOrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>), SqlString) (Inherited from JoinWalker.)
Protected methodOrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>), String) (Inherited from JoinWalker.)
Public methodSelectString
Generate a select list of columns containing all properties of the entity classes
(Inherited from JoinWalker.)
Public methodToString (Inherited from AbstractEntityJoinWalker.)
Protected methodWalkCollectionTree
For a collection role, return a list of associations to be fetched by outerjoin
(Inherited from JoinWalker.)
Protected methodWalkComponentTree
For a component, add to a list of associations to be fetched by outerjoin
(Inherited from JoinWalker.)
Protected methodWalkEntityTree(IOuterJoinLoadable, String)
For an entity class, return a list of associations to be fetched by outerjoin
(Inherited from JoinWalker.)
Protected methodWalkEntityTree(IOuterJoinLoadable, String, String, Int32) (Overrides JoinWalker..::..WalkEntityTree(IOuterJoinLoadable, String, String, Int32).)
Protected methodWhereString
Render the where condition for a (batch) load by identifier / collection key
(Inherited from JoinWalker.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Fields

  NameDescription
Protected fieldassociations (Inherited from JoinWalker.)

Properties

  NameDescription
Protected propertyAlias (Inherited from AbstractEntityJoinWalker.)
Public propertyAliases (Inherited from JoinWalker.)
Public propertyCollectionOwners (Inherited from JoinWalker.)
Public propertyCollectionPersisters (Inherited from JoinWalker.)
Public propertyCollectionSuffixes (Inherited from JoinWalker.)
Public propertyComment (Overrides AbstractEntityJoinWalker..::..Comment.)
Protected propertyDialect (Inherited from JoinWalker.)
Protected propertyEnabledFilters (Inherited from JoinWalker.)
Protected propertyFactory (Inherited from JoinWalker.)
Protected propertyIsTooManyCollections (Inherited from JoinWalker.)
Public propertyLockModeArray (Inherited from JoinWalker.)
Public propertyOwnerAssociationTypes (Inherited from JoinWalker.)
Public propertyOwners (Inherited from JoinWalker.)
Protected propertyPersister (Inherited from AbstractEntityJoinWalker.)
Public propertyPersisters (Inherited from JoinWalker.)
Public propertyQuerySpaces
Public propertyResultTypes
Public propertySqlString (Inherited from JoinWalker.)
Public propertySuffixes (Inherited from JoinWalker.)
Public propertyUserAliases
Protected propertyWhereFragment
Use the discriminator, to narrow the select to instances of the queried subclass, also applying any filters.
(Overrides AbstractEntityJoinWalker..::..WhereFragment.)

See Also