Namespaces

Types

Type JoinHelper

Namespace NHibernate.Engine

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

String[] GetAliasedLHSColumnNames(IAssociationType type, string alias, int property, IOuterJoinLoadable lhsPersister, IMapping mapping)

Get the aliased columns of the owning entity which are to be used in the join
Parameters
return String[]
IAssociationType type
string alias
int property
IOuterJoinLoadable lhsPersister
IMapping mapping

String[] GetAliasedLHSColumnNames(IAssociationType type, string alias, int property, int begin, IOuterJoinLoadable lhsPersister, IMapping mapping)

Get the aliased columns of the owning entity which are to be used in the join
Parameters
return String[]
IAssociationType type
string alias
int property
int begin
IOuterJoinLoadable lhsPersister
IMapping mapping

String[] GetLHSColumnNames(IAssociationType type, int property, IOuterJoinLoadable lhsPersister, IMapping mapping)

Get the columns of the owning entity which are to be used in the join
Parameters
return String[]
IAssociationType type
int property
IOuterJoinLoadable lhsPersister
IMapping mapping

String[] GetLHSColumnNames(IAssociationType type, int property, int begin, IOuterJoinLoadable lhsPersister, IMapping mapping)

Get the columns of the owning entity which are to be used in the join
Parameters
return String[]
IAssociationType type
int property
int begin
IOuterJoinLoadable lhsPersister
IMapping mapping

string GetLHSTableName(IAssociationType type, int property, IOuterJoinLoadable lhsPersister)

Parameters
return string
IAssociationType type
int property
IOuterJoinLoadable lhsPersister

String[] GetRHSColumnNames(IAssociationType type, ISessionFactoryImplementor factory)

Get the columns of the associated table which are to be used in the join
Parameters
return String[]
IAssociationType type
ISessionFactoryImplementor factory