Package | Description |
---|---|
org.hibernate.loader.internal | |
org.hibernate.loader.plan.spi | |
org.hibernate.loader.plan.spi.build | |
org.hibernate.loader.spi |
Modifier and Type | Method and Description |
---|---|
EntityReference |
AbstractJoinableAssociationImpl.getCurrentEntityReference() |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessingContext.IdentifierResolutionContext |
ResultSetProcessingContextImpl.getIdentifierResolutionContext(EntityReference entityReference) |
EntityAliases |
LoadQueryAliasResolutionContextImpl.resolveEntityColumnAliases(EntityReference entityReference) |
String |
LoadQueryAliasResolutionContextImpl.resolveEntityTableAlias(EntityReference entityReference) |
Constructor and Description |
---|
AbstractJoinableAssociationImpl(Fetch currentFetch,
EntityReference currentEntityReference,
CollectionReference currentCollectionReference,
String withClause,
boolean hasRestriction,
Map<String,Filter> enabledFilters) |
CollectionJoinableAssociationImpl(CollectionFetch collectionFetch,
EntityReference currentEntityReference,
String withClause,
boolean hasRestriction,
Map<String,Filter> enabledFilters) |
Modifier and Type | Class and Description |
---|---|
class |
EntityElementGraph
Represents the
FetchOwner for a collection element that is
an entity association type. |
class |
EntityFetch
Represents a
Fetch for an entity association attribute as well as a
FetchOwner of the entity association sub-attribute fetches. |
class |
EntityIndexGraph
Represents the
FetchOwner for a collection index that is an entity. |
class |
EntityReturn
Represents an entity return value in the query results.
|
Modifier and Type | Method and Description |
---|---|
EntityReference |
EntityReturn.getEntityReference() |
EntityReference |
EntityIndexGraph.getEntityReference() |
EntityReference |
EntityElementGraph.getEntityReference() |
EntityReference |
EntityFetch.getEntityReference() |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector |
protected static class |
AbstractLoadPlanBuilderStrategy.EncapsulatedIdentifierAttributeCollector |
protected static class |
AbstractLoadPlanBuilderStrategy.NonEncapsulatedIdentifierAttributeCollector |
Modifier and Type | Field and Description |
---|---|
protected EntityReference |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector.entityReference |
Modifier and Type | Method and Description |
---|---|
EntityReference |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector.getEntityReference() |
Constructor and Description |
---|
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector(SessionFactoryImplementor sessionFactory,
EntityReference entityReference) |
AbstractLoadPlanBuilderStrategy.EncapsulatedIdentifierAttributeCollector(SessionFactoryImplementor sessionFactory,
EntityReference entityReference) |
AbstractLoadPlanBuilderStrategy.NonEncapsulatedIdentifierAttributeCollector(SessionFactoryImplementor sessionfactory,
EntityReference entityReference) |
Modifier and Type | Method and Description |
---|---|
EntityReference |
JoinableAssociation.getCurrentEntityReference()
Return the current
EntityReference , or null if none. |
EntityReference |
ResultSetProcessingContext.IdentifierResolutionContext.getEntityReference() |
EntityReference |
ResultSetProcessingContext.EntityKeyResolutionContext.getEntityReference() |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessingContext.IdentifierResolutionContext |
ResultSetProcessingContext.getIdentifierResolutionContext(EntityReference entityReference) |
EntityAliases |
LoadQueryAliasResolutionContext.resolveEntityColumnAliases(EntityReference entityReference)
Returns the description of the aliases in the JDBC ResultSet that identify values "belonging" to
an entity.
|
String |
LoadQueryAliasResolutionContext.resolveEntityTableAlias(EntityReference entityReference)
Resolve the SQL table alias for the specified
EntityReference . |
Copyright © 2013. All rights reserved.