The OneToManyJoinWalker type exposes the following members.

Constructors

  NameDescription
Public methodOneToManyJoinWalker
Initializes a new instance of the OneToManyJoinWalker 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 (Overrides JoinWalker..::..GenerateAliasForColumn(String, String).)
Protected methodGenerateRootAlias (Inherited from JoinWalker.)
Protected methodGenerateTableAlias (Inherited from JoinWalker.)
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)
Get the join type (inner, outer, etc) or -1 if the association should not be joined. Override on subclasses.
(Inherited from JoinWalker.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetWithClause (Inherited from JoinWalker.)
Protected methodInitPersisters (Inherited from JoinWalker.)
Protected methodIsDuplicateAssociation(String, array<String>[]()[][]) (Overrides JoinWalker..::..IsDuplicateAssociation(String, array<String>[]()[][]).)
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
Override on subclasses to enable or suppress joining of certain association types
(Inherited from JoinWalker.)
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 (Overrides Object..::..ToString()()()().)
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)
For an entity class, add to a list of associations to be fetched by outerjoin
(Inherited from JoinWalker.)
Protected methodWhereString(String, array<String>[]()[][], Int32)
Render the where condition for a (batch) load by identifier / collection key
(Inherited from JoinWalker.)
Protected methodWhereString(String, array<String>[]()[][], SqlString, Int32) (Inherited from CollectionJoinWalker.)

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
Public propertyAliases (Inherited from JoinWalker.)
Public propertyCollectionOwners (Inherited from JoinWalker.)
Public propertyCollectionPersisters (Inherited from JoinWalker.)
Public propertyCollectionSuffixes (Inherited from JoinWalker.)
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.)
Public propertyPersisters (Inherited from JoinWalker.)
Public propertySqlString (Inherited from JoinWalker.)
Public propertySuffixes (Inherited from JoinWalker.)

See Also