| Package | Description |
|---|---|
| org.hibernate.loader.internal | |
| org.hibernate.loader.plan.spi | |
| org.hibernate.loader.spi |
| Modifier and Type | Method and Description |
|---|---|
CollectionReference |
AbstractJoinableAssociationImpl.getCurrentCollectionReference() |
| Modifier and Type | Method and Description |
|---|---|
CollectionAliases |
LoadQueryAliasResolutionContextImpl.resolveCollectionColumnAliases(CollectionReference collectionReference) |
EntityAliases |
LoadQueryAliasResolutionContextImpl.resolveCollectionElementColumnAliases(CollectionReference collectionReference) |
String |
LoadQueryAliasResolutionContextImpl.resolveCollectionTableAlias(CollectionReference collectionReference) |
| Constructor and Description |
|---|
AbstractJoinableAssociationImpl(Fetch currentFetch,
EntityReference currentEntityReference,
CollectionReference currentCollectionReference,
String withClause,
boolean hasRestriction,
Map<String,Filter> enabledFilters) |
EntityJoinableAssociationImpl(EntityFetch entityFetch,
CollectionReference currentCollectionReference,
String withClause,
boolean hasRestriction,
Map<String,Filter> enabledFilters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCollectionReference |
class |
CollectionFetch |
class |
CollectionReturn |
| Modifier and Type | Method and Description |
|---|---|
CollectionReference |
FetchableCollectionIndex.getCollectionReference()
Returns the collection reference.
|
CollectionReference |
EntityIndexGraph.getCollectionReference() |
CollectionReference |
CompositeElementGraph.getCollectionReference() |
CollectionReference |
CompositeIndexGraph.getCollectionReference() |
CollectionReference |
FetchableCollectionElement.getCollectionReference()
Returns the collection reference.
|
CollectionReference |
EntityElementGraph.getCollectionReference() |
| Constructor and Description |
|---|
CompositeElementGraph(SessionFactoryImplementor sessionFactory,
CollectionReference collectionReference,
PropertyPath collectionPath)
Constructs a
CompositeElementGraph. |
CompositeIndexGraph(SessionFactoryImplementor sessionFactory,
CollectionReference collectionReference,
PropertyPath collectionPath)
Constructs a
CompositeElementGraph. |
EntityElementGraph(SessionFactoryImplementor sessionFactory,
CollectionReference collectionReference,
PropertyPath collectionPath)
Constructs an
EntityElementGraph. |
EntityIndexGraph(SessionFactoryImplementor sessionFactory,
CollectionReference collectionReference,
PropertyPath collectionPath)
Constructs an
EntityIndexGraph. |
| Modifier and Type | Method and Description |
|---|---|
CollectionReference |
JoinableAssociation.getCurrentCollectionReference()
Return the current
CollectionReference, or null if none. |
| Modifier and Type | Method and Description |
|---|---|
CollectionAliases |
LoadQueryAliasResolutionContext.resolveCollectionColumnAliases(CollectionReference collectionReference)
Returns the description of the aliases in the JDBC ResultSet that identify values "belonging" to
the specified
CollectionReference. |
EntityAliases |
LoadQueryAliasResolutionContext.resolveCollectionElementColumnAliases(CollectionReference collectionReference)
If the elements of this collection are entities, this methods returns the JDBC ResultSet alias descriptions
for that entity;
null indicates a non-entity collection. |
String |
LoadQueryAliasResolutionContext.resolveCollectionTableAlias(CollectionReference collectionReference)
Resolve the SQL table alias for the specified
CollectionReference. |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.