public final class JoinHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
getAliasedLHSColumnNames(AssociationType type,
java.lang.String alias,
int property,
int begin,
OuterJoinLoadable lhsPersister,
Mapping mapping)
Get the aliased columns of the owning entity which are to
be used in the join
|
static java.lang.String[] |
getAliasedLHSColumnNames(AssociationType type,
java.lang.String alias,
int property,
OuterJoinLoadable lhsPersister,
Mapping mapping)
Get the aliased columns of the owning entity which are to
be used in the join
|
static java.lang.String[] |
getLHSColumnNames(AssociationType type,
int property,
int begin,
OuterJoinLoadable lhsPersister,
Mapping mapping)
Get the columns of the owning entity which are to
be used in the join
|
static java.lang.String[] |
getLHSColumnNames(AssociationType type,
int property,
OuterJoinLoadable lhsPersister,
Mapping mapping)
Get the columns of the owning entity which are to
be used in the join
|
static java.lang.String |
getLHSTableName(AssociationType type,
int property,
OuterJoinLoadable lhsPersister) |
static java.lang.String[] |
getRHSColumnNames(AssociationType type,
SessionFactoryImplementor factory)
Get the columns of the associated table which are to
be used in the join
|
public static java.lang.String[] getAliasedLHSColumnNames(AssociationType type, java.lang.String alias, int property, OuterJoinLoadable lhsPersister, Mapping mapping)
public static java.lang.String[] getLHSColumnNames(AssociationType type, int property, OuterJoinLoadable lhsPersister, Mapping mapping)
public static java.lang.String[] getAliasedLHSColumnNames(AssociationType type, java.lang.String alias, int property, int begin, OuterJoinLoadable lhsPersister, Mapping mapping)
public static java.lang.String[] getLHSColumnNames(AssociationType type, int property, int begin, OuterJoinLoadable lhsPersister, Mapping mapping)
public static java.lang.String getLHSTableName(AssociationType type, int property, OuterJoinLoadable lhsPersister)
public static java.lang.String[] getRHSColumnNames(AssociationType type, SessionFactoryImplementor factory)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.