The JoinWalker type exposes the following members.

Constructors

  NameDescription
Protected methodJoinWalker
Initializes a new instance of the JoinWalker class

Methods

  NameDescription
Protected methodStatic memberCountCollectionPersisters
Count the number of instances of IJoinable which are actually also instances of IPersistentCollection which are being fetched by outer join
Protected methodStatic memberCountEntityPersisters
Count the number of instances of IJoinable which are actually also instances of ILoadable, or are one-to-many associations
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
Protected methodGenerateRootAlias
Protected methodGenerateTableAlias
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
Protected methodGetJoinType(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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetWithClause
Protected methodInitPersisters
Protected methodIsDuplicateAssociation(String, array<String>[]()[][])
Used to detect circularities in the joined graph, note that this method is side-effecty
Protected methodIsDuplicateAssociation(String, array<String>[]()[][], IAssociationType)
Used to detect circularities in the joined graph, note that this method is side-effecty
Protected methodIsJoinable
Should we join this association?
Protected methodIsJoinedFetchEnabled
Override on subclasses to enable or suppress joining of certain association types
Protected methodIsJoinedFetchEnabledInMapping
Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining
Protected methodIsTooDeep
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMergeOrderings(String, SqlString)
Protected methodMergeOrderings(String, String)
Protected methodMergeOrderings(SqlString, SqlString)
Protected methodMergeOuterJoins
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
Protected methodOrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>))
Get the order by string required for collection fetching
Protected methodOrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>), SqlString)
Protected methodOrderBy(IList<(Of <<'(OuterJoinableAssociation>)>>), String)
Public methodSelectString
Generate a select list of columns containing all properties of the entity classes
Protected methodStatic memberSubPath
Extend the path by the given property name
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWalkCollectionTree
For a collection role, return a list of associations to be fetched by outerjoin
Protected methodWalkComponentTree
For a component, add to a list of associations to be fetched by outerjoin
Protected methodWalkEntityTree(IOuterJoinLoadable, String)
For an entity class, return a list of associations to be fetched by outerjoin
Protected methodWalkEntityTree(IOuterJoinLoadable, String, String, Int32)
For an entity class, add to a list of associations to be fetched by outerjoin
Protected methodWhereString
Render the where condition for a (batch) load by identifier / collection key

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

Properties

See Also