| Package | Description |
|---|---|
| org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
| org.hibernate.loader.plan.exec.process.internal | |
| org.hibernate.loader.plan.exec.spi |
Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionReferenceAliasesImpl |
| Modifier and Type | Method and Description |
|---|---|
CollectionReferenceAliases |
AliasResolutionContextImpl.generateCollectionReferenceAliases(java.lang.String collectionQuerySpaceUid,
CollectionPersister persister,
java.lang.String elementQuerySpaceUid)
Generate the collection reference aliases for a particular
CollectionReference
and register the generated value using the query space UID. |
protected CollectionReferenceAliases |
AbstractCollectionLoadQueryDetails.getCollectionReferenceAliases() |
CollectionReferenceAliases |
AliasResolutionContextImpl.resolveCollectionReferenceAliases(java.lang.String querySpaceUid) |
| Constructor and Description |
|---|
CollectionReferenceInitializerImpl(CollectionReference collectionReference,
CollectionReferenceAliases aliases) |
| Modifier and Type | Method and Description |
|---|---|
CollectionReferenceAliases |
AliasResolutionContext.resolveCollectionReferenceAliases(java.lang.String querySpaceUid)
Resolve the given QuerySpace UID to the CollectionReferenceAliases representing the SQL aliases used in
building the SQL query.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.