Package | Description |
---|---|
org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
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 | 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 |
EntityReferenceInitializer.getEntityReference() |
EntityReference |
ResultSetProcessingContext.EntityReferenceProcessingState.getEntityReference()
The EntityReference for which this is collecting process state
|
EntityReference |
ResultSetProcessingContext.EntityKeyResolutionContext.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 © 2001-2021 Red Hat, Inc. All Rights Reserved.