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 |
EntityReferenceAliasesImpl |
Modifier and Type | Method and Description |
---|---|
EntityReferenceAliases |
AliasResolutionContextImpl.generateEntityReferenceAliases(String uid,
EntityPersister entityPersister)
Generate the entity reference aliases for a particular
EntityReference
and register the generated value using the query space UID. |
EntityReferenceAliases |
CollectionReferenceAliasesImpl.getEntityElementAliases() |
EntityReferenceAliases |
AliasResolutionContextImpl.resolveEntityReferenceAliases(String querySpaceUid) |
Constructor and Description |
---|
CollectionReferenceAliasesImpl(String tableAlias,
String manyToManyAssociationTableAlias,
CollectionAliases collectionAliases,
EntityReferenceAliases entityElementAliases) |
Constructor and Description |
---|
EntityReferenceInitializerImpl(EntityReference entityReference,
EntityReferenceAliases entityReferenceAliases) |
EntityReferenceInitializerImpl(EntityReference entityReference,
EntityReferenceAliases entityReferenceAliases,
boolean isRoot) |
Modifier and Type | Method and Description |
---|---|
EntityReferenceAliases |
CollectionReferenceAliases.getEntityElementAliases()
Obtain the entity reference aliases for the element values when the element of the collection is an entity.
|
EntityReferenceAliases |
AliasResolutionContext.resolveEntityReferenceAliases(String querySpaceUid)
Resolve the given QuerySpace UID to the EntityReferenceAliases representing the SQL aliases used in
building the SQL query.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.