| Package | Description |
|---|---|
| org.hibernate.loader.internal | |
| org.hibernate.loader.plan.exec.internal | |
| org.hibernate.loader.plan.exec.spi | |
| org.hibernate.loader.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJoinableAssociationImpl
This class represents a joinable association.
|
class |
CollectionJoinableAssociationImpl
This class represents a joinable collection association.
|
class |
EntityJoinableAssociationImpl
This class represents a joinable entity association.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CollectionJoinableAssociationImpl.isManyToManyWith(JoinableAssociation other) |
boolean |
EntityJoinableAssociationImpl.isManyToManyWith(JoinableAssociation other) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
AbstractLoadQueryImpl.orderBy(List<JoinableAssociation> associations,
AliasResolutionContext aliasResolutionContext)
Get the order by string required for collection fetching
|
| Constructor and Description |
|---|
AbstractLoadQueryImpl(List<JoinableAssociation> associations) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
AliasResolutionContextImpl.resolveAssociationAliasedLhsColumnNames(JoinableAssociation joinableAssociation) |
String |
AliasResolutionContextImpl.resolveAssociationLhsTableAlias(JoinableAssociation joinableAssociation) |
String |
AliasResolutionContextImpl.resolveAssociationRhsTableAlias(JoinableAssociation joinableAssociation) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
AliasResolutionContext.resolveAssociationAliasedLhsColumnNames(JoinableAssociation association)
Resolve the column aliases on the left-hand-side of the specified association.
|
String |
AliasResolutionContext.resolveAssociationLhsTableAlias(JoinableAssociation association)
Resolve the table alias on the left-hand-side of the specified association.
|
String |
AliasResolutionContext.resolveAssociationRhsTableAlias(JoinableAssociation association)
Resolve the table alias on the right-hand-side of the specified association.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JoinableAssociation.isManyToManyWith(JoinableAssociation other)
Does this association have a many-to-many association
with the specified association?
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.