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 BidirectionalEntityReferenceExpandingFetchSource. 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 EntityReferenceEntityReferenceInitializer. getEntityReference()EntityReferenceResultSetProcessingContext.EntityKeyResolutionContext. getEntityReference()EntityReferenceResultSetProcessingContext.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.EntityReferenceProcessingStateResultSetProcessingContext. getProcessingState(EntityReference entityReference)voidResultSetProcessingContext. 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 LockModeLockModeResolver. 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 interfaceBidirectionalEntityReferenceRepresents the circular side of a bi-directional entity association.interfaceEntityFetchModels the requested fetching of an entity attribute.interfaceEntityReturnModels the an entity as rootReturn.Methods in org.hibernate.loader.plan.spi that return EntityReference Modifier and Type Method Description EntityReferenceBidirectionalEntityReference. getTargetEntityReference()Get the targeted EntityReferenceEntityReferenceFetchSource. resolveEntityReference()Resolve the "current"EntityReference, or null if none.
-