Uses of Interface
org.hibernate.loader.plan.spi.EntityReference
-
Packages that use EntityReference Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.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. -
-
Uses of EntityReference in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi with parameters of type EntityReference Modifier and Type Method Description BidirectionalEntityReference
ExpandingFetchSource. buildBidirectionalEntityReference(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy, EntityReference targetEntityReference)
Builds a bidirectional entity reference for an entity attribute. -
Uses of EntityReference in org.hibernate.loader.plan.exec.process.spi
Methods in org.hibernate.loader.plan.exec.process.spi that return EntityReference Modifier and Type Method Description EntityReference
EntityReferenceInitializer. getEntityReference()
EntityReference
ResultSetProcessingContext.EntityKeyResolutionContext. getEntityReference()
EntityReference
ResultSetProcessingContext.EntityReferenceProcessingState. getEntityReference()
The EntityReference for which this is collecting process stateMethods in org.hibernate.loader.plan.exec.process.spi with parameters of type EntityReference Modifier and Type Method Description ResultSetProcessingContext.EntityReferenceProcessingState
ResultSetProcessingContext. getProcessingState(EntityReference entityReference)
void
ResultSetProcessingContext. registerHydratedEntity(EntityReference entityReference, EntityKey entityKey, java.lang.Object entityInstance)
-
Uses of EntityReference in org.hibernate.loader.plan.exec.spi
Methods in org.hibernate.loader.plan.exec.spi with parameters of type EntityReference Modifier and Type Method Description LockMode
LockModeResolver. resolveLockMode(EntityReference entityReference)
-
Uses of EntityReference in org.hibernate.loader.plan.spi
Subinterfaces of EntityReference in org.hibernate.loader.plan.spi Modifier and Type Interface 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 rootReturn
.Methods in org.hibernate.loader.plan.spi that return EntityReference Modifier and Type Method Description EntityReference
BidirectionalEntityReference. getTargetEntityReference()
Get the targeted EntityReferenceEntityReference
FetchSource. resolveEntityReference()
Resolve the "current"EntityReference
, or null if none.
-