Uses of Class
org.hibernate.sql.results.graph.AbstractFetchParentAccess
-
-
Uses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.embeddable
Subclasses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.embeddable Modifier and Type Class Description classAbstractEmbeddableInitializer -
Uses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.embeddable.internal
Subclasses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.embeddable.internal Modifier and Type Class Description classAbstractNonAggregatedIdentifierMappingInitializerclassAggregateEmbeddableFetchInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classAggregateEmbeddableResultInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classEmbeddableFetchInitializerclassEmbeddableResultInitializerclassNonAggregatedIdentifierMappingFetchInitializerclassNonAggregatedIdentifierMappingResultInitializer -
Uses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.entity
Subclasses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.entity Modifier and Type Class Description classAbstractEntityInitializer -
Uses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.entity.internal
Subclasses of AbstractFetchParentAccess in org.hibernate.sql.results.graph.entity.internal Modifier and Type Class Description classAbstractBatchEntitySelectFetchInitializerclassBatchEntityInsideEmbeddableSelectFetchInitializerclassBatchEntitySelectFetchInitializerclassBatchInitializeEntitySelectFetchInitializerLoads entities from the persistence context or creates proxies if not found there, and initializes all proxies in a batch.classEntityDelayedFetchInitializerclassEntityJoinedFetchInitializerclassEntityResultInitializerInitializer for cases where the entity is a root domain selectionclassEntitySelectFetchByUniqueKeyInitializerclassEntitySelectFetchInitializerMethods in org.hibernate.sql.results.graph.entity.internal that return AbstractFetchParentAccess Modifier and Type Method Description static AbstractFetchParentAccessEntitySelectFetchInitializerBuilder. createInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchedAttribute, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)
-