Uses of Interface
org.hibernate.sql.results.graph.entity.EntityInitializer
-
Packages that use EntityInitializer Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.internal.domain -
-
Uses of EntityInitializer in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type EntityInitializer Modifier and Type Method Description EntityHolderStatefulPersistenceContext. claimEntityHolderIfPossible(EntityKey key, Object entity, JdbcValuesSourceProcessingState processingState, EntityInitializer initializer) -
Uses of EntityInitializer in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EntityInitializer Modifier and Type Method Description @Nullable EntityInitializerEntityHolder. getEntityInitializer()The entity initializer that claims to initialize the entity for this holder.Methods in org.hibernate.engine.spi with parameters of type EntityInitializer Modifier and Type Method Description EntityHolderPersistenceContext. claimEntityHolderIfPossible(EntityKey key, @Nullable Object entity, JdbcValuesSourceProcessingState processingState, EntityInitializer initializer)Return an existing entity holder for the entity key, possibly creating one if necessary. -
Uses of EntityInitializer in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return EntityInitializer Modifier and Type Method Description default @Nullable EntityInitializerInitializer. asEntityInitializer()A utility method to avoid casting explicitly to EntityInitializerdefault @Nullable EntityInitializerFetchParentAccess. findFirstEntityInitializer() -
Uses of EntityInitializer in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable that return EntityInitializer Modifier and Type Method Description EntityInitializerAbstractEmbeddableInitializer. findFirstEntityInitializer() -
Uses of EntityInitializer in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return EntityInitializer Modifier and Type Method Description EntityInitializerAbstractNonAggregatedIdentifierMappingInitializer. findFirstEntityInitializer() -
Uses of EntityInitializer in org.hibernate.sql.results.graph.entity
Classes in org.hibernate.sql.results.graph.entity that implement EntityInitializer Modifier and Type Class Description classAbstractEntityInitializerMethods in org.hibernate.sql.results.graph.entity that return EntityInitializer Modifier and Type Method Description default EntityInitializerEntityInitializer. asEntityInitializer()default EntityInitializerEntityInitializer. findFirstEntityInitializer()protected abstract EntityInitializerAbstractNonLazyEntityFetch. getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)Deprecated, for removal: This API element is subject to removal in a future version.EntityInitializerLoadingEntityEntry. getEntityInitializer()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.sql.results.graph.entity with parameters of type EntityInitializer Modifier and Type Method Description protected EntityAssemblerAbstractNonLazyEntityFetch. buildEntityAssembler(EntityInitializer entityInitializer)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityInitializer Constructor Description LoadingEntityEntry(EntityInitializer entityInitializer, EntityKey entityKey, EntityPersister descriptor, Object entityInstance)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityInitializer in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement EntityInitializer 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.classDiscriminatedEntityInitializerInitializer for discriminated mappings.classEntityDelayedFetchInitializerclassEntityJoinedFetchInitializerclassEntityResultInitializerInitializer for cases where the entity is a root domain selectionclassEntitySelectFetchByUniqueKeyInitializerclassEntitySelectFetchInitializerFields in org.hibernate.sql.results.graph.entity.internal declared as EntityInitializer Modifier and Type Field Description protected EntityInitializerAbstractBatchEntitySelectFetchInitializer. firstEntityInitializerMethods in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityInitializer Modifier and Type Method Description protected EntityAssemblerAbstractNonJoinedEntityFetch. buildEntityAssembler(EntityInitializer entityInitializer)protected EntityAssemblerEntityFetchJoinedImpl. buildEntityAssembler(EntityInitializer entityInitializer)protected static StringBatchEntityInsideEmbeddableSelectFetchInitializer. getRootEmbeddablePropertyName(EntityInitializer firstEntityInitializer, FetchParentAccess parentAccess, ToOneAttributeMapping referencedModelPart)protected static voidBatchEntityInsideEmbeddableSelectFetchInitializer. setInstance(EntityInitializer entityInitializer, ToOneAttributeMapping referencedModelPart, String rootEmbeddablePropertyName, int propertyIndex, Object loadedInstance, Object embeddableParentInstance, Object parentEntity, EntityEntry parentEntityEntry, SharedSessionContractImplementor session)protected static voidBatchEntitySelectFetchInitializer. setInstance(EntityInitializer entityInitializer, ToOneAttributeMapping referencedModelPart, String propertyName, int propertyIndex, SharedSessionContractImplementor session, Object instance, Object parentInstance, EntityEntry entry)Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityInitializer Constructor Description EntityAssembler(JavaType javaType, EntityInitializer initializer) -
Uses of EntityInitializer in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain that return EntityInitializer Modifier and Type Method Description protected EntityInitializerCircularFetchImpl. buildEntityDelayedFetchInitializer(FetchParentAccess parentAccess, NavigablePath referencedPath, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, DomainResultAssembler<?> resultAssembler)protected EntityInitializerCircularFetchImpl. buildEntitySelectFetchInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchable, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)EntityInitializerCircularFetchImpl. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-