Package | Description |
---|---|
org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
org.hibernate.loader.plan.exec.process.internal | |
org.hibernate.loader.plan.exec.process.spi | |
org.hibernate.loader.plan.exec.spi |
Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.
|
org.hibernate.loader.plan.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityReference |
class |
BidirectionalEntityReferenceImpl
Represents an entity fetch that is bi-directionally join fetched.
|
class |
CollectionFetchableElementEntityGraph |
class |
CollectionFetchableIndexEntityGraph |
class |
EntityAttributeFetchImpl |
class |
EntityReturnImpl |
Modifier and Type | Method and Description |
---|---|
EntityReference |
BidirectionalEntityReferenceImpl.getTargetEntityReference() |
EntityReference |
NestedCompositeAttributeFetchImpl.resolveEntityReference() |
EntityReference |
CompositeAttributeFetchImpl.resolveEntityReference() |
EntityReference |
CollectionFetchableIndexCompositeGraph.resolveEntityReference() |
EntityReference |
CollectionFetchableIndexAnyGraph.resolveEntityReference() |
EntityReference |
CollectionFetchableElementCompositeGraph.resolveEntityReference() |
EntityReference |
CollectionFetchableElementAnyGraph.resolveEntityReference() |
EntityReference |
BidirectionalEntityReferenceImpl.resolveEntityReference() |
EntityReference |
AnyAttributeFetchImpl.resolveEntityReference() |
EntityReference |
AbstractEntityReference.resolveEntityReference() |
EntityReference |
AbstractCompositeEntityIdentifierDescription.resolveEntityReference() |
Modifier and Type | Method and Description |
---|---|
BidirectionalEntityReference |
AbstractExpandingFetchSource.buildBidirectionalEntityReference(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
EntityReference targetEntityReference) |
Constructor and Description |
---|
AbstractCompositeEntityIdentifierDescription(EntityReference entityReference,
ExpandingCompositeQuerySpace compositeQuerySpace,
CompositeType identifierType,
PropertyPath propertyPath) |
BidirectionalEntityReferenceImpl(ExpandingFetchSource fetchSource,
AssociationAttributeDefinition fetchedAttribute,
EntityReference targetEntityReference) |
EncapsulatedEntityIdentifierDescription(EntityReference entityReference,
ExpandingCompositeQuerySpace compositeQuerySpace,
CompositeType compositeType,
PropertyPath propertyPath)
Build an encapsulated version of a composite EntityIdentifierDescription
|
NonEncapsulatedEntityIdentifierDescription(EntityReference entityReference,
ExpandingCompositeQuerySpace compositeQuerySpace,
CompositeType compositeType,
PropertyPath propertyPath)
Build a non-encapsulated version of a composite EntityIdentifierDescription
|
Modifier and Type | Method and Description |
---|---|
BidirectionalEntityReference |
ExpandingFetchSource.buildBidirectionalEntityReference(AssociationAttributeDefinition attributeDefinition,
FetchStrategy fetchStrategy,
EntityReference targetEntityReference)
Builds a bidirectional entity reference for an entity attribute.
|
Modifier and Type | Method and Description |
---|---|
EntityReference |
HydratedEntityRegistration.getEntityReference() |
EntityReference |
EntityReferenceInitializerImpl.getEntityReference() |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessingContext.EntityReferenceProcessingState |
ResultSetProcessingContextImpl.getProcessingState(EntityReference entityReference) |
void |
ResultSetProcessingContextImpl.registerHydratedEntity(EntityReference entityReference,
EntityKey entityKey,
Object entityInstance) |
LockMode |
ResultSetProcessingContextImpl.resolveLockMode(EntityReference entityReference) |
Constructor and Description |
---|
EntityReferenceInitializerImpl(EntityReference entityReference,
EntityReferenceAliases entityReferenceAliases) |
EntityReferenceInitializerImpl(EntityReference entityReference,
EntityReferenceAliases entityReferenceAliases,
boolean isRoot) |
Modifier and Type | Method and Description |
---|---|
EntityReference |
ResultSetProcessingContext.EntityReferenceProcessingState.getEntityReference()
The EntityReference for which this is collecting process state
|
EntityReference |
ResultSetProcessingContext.EntityKeyResolutionContext.getEntityReference() |
EntityReference |
EntityReferenceInitializer.getEntityReference() |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessingContext.EntityReferenceProcessingState |
ResultSetProcessingContext.getProcessingState(EntityReference entityReference) |
void |
ResultSetProcessingContext.registerHydratedEntity(EntityReference entityReference,
EntityKey entityKey,
Object entityInstance) |
Modifier and Type | Method and Description |
---|---|
LockMode |
LockModeResolver.resolveLockMode(EntityReference entityReference) |
Modifier and Type | Interface and Description |
---|---|
interface |
BidirectionalEntityReference
Represents the circular side of a bi-directional entity association.
|
interface |
EntityFetch
Models the requested fetching of an entity attribute.
|
interface |
EntityReturn
Models the an entity as root
Return . |
Modifier and Type | Method and Description |
---|---|
EntityReference |
BidirectionalEntityReference.getTargetEntityReference()
Get the targeted EntityReference
|
EntityReference |
FetchSource.resolveEntityReference()
Resolve the "current"
EntityReference , or null if none. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.