Package | Description |
---|---|
org.hibernate.loader.internal | |
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 |
EntityJoinableAssociationImpl.isManyToManyWith(JoinableAssociation other) |
boolean |
CollectionJoinableAssociationImpl.isManyToManyWith(JoinableAssociation other) |
String[] |
LoadQueryAliasResolutionContextImpl.resolveAssociationAliasedLhsColumnNames(JoinableAssociation joinableAssociation) |
String |
LoadQueryAliasResolutionContextImpl.resolveAssociationLhsTableAlias(JoinableAssociation joinableAssociation) |
String |
LoadQueryAliasResolutionContextImpl.resolveAssociationRhsTableAlias(JoinableAssociation joinableAssociation) |
Modifier and Type | Method and Description |
---|---|
protected static String |
AbstractLoadQueryImpl.orderBy(List<JoinableAssociation> associations,
LoadQueryAliasResolutionContext aliasResolutionContext)
Get the order by string required for collection fetching
|
Constructor and Description |
---|
AbstractEntityLoadQueryImpl(EntityReturn entityReturn,
List<JoinableAssociation> associations) |
AbstractLoadQueryImpl(List<JoinableAssociation> associations) |
EntityLoadQueryImpl(EntityReturn entityReturn,
List<JoinableAssociation> associations) |
Modifier and Type | Method and Description |
---|---|
boolean |
JoinableAssociation.isManyToManyWith(JoinableAssociation other)
Does this association have a many-to-many association
with the specified association?
|
String[] |
LoadQueryAliasResolutionContext.resolveAssociationAliasedLhsColumnNames(JoinableAssociation association)
Resolve the column aliases on the left-hand-side of the specified association.
|
String |
LoadQueryAliasResolutionContext.resolveAssociationLhsTableAlias(JoinableAssociation association)
Resolve the table alias on the left-hand-side of the specified association.
|
String |
LoadQueryAliasResolutionContext.resolveAssociationRhsTableAlias(JoinableAssociation association)
Resolve the table alias on the right-hand-side of the specified association.
|
Copyright © 2013. All rights reserved.