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.collection.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 EntityHolder
StatefulPersistenceContext. 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 EntityInitializer<?>
EntityHolder. 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 EntityHolder
PersistenceContext. 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 EntityInitializer<?>
Initializer. asEntityInitializer()
A utility method to avoid casting explicitly to EntityInitializerdefault @Nullable EntityInitializer<?>
Initializer. findOwningEntityInitializer()
Find the entity initializer that owns this initializer by traversing upInitializer.getParent()
.static @Nullable EntityInitializer<?>
Initializer. findOwningEntityInitializer(@Nullable Initializer<?> parent)
Find the entity initializer that owns this initializer by traversing upInitializer.getParent()
. -
Uses of EntityInitializer in org.hibernate.sql.results.graph.collection.internal
Fields in org.hibernate.sql.results.graph.collection.internal declared as EntityInitializer Modifier and Type Field Description protected @Nullable EntityInitializer<InitializerData>
AbstractCollectionInitializer. owningEntityInitializer
-
Uses of EntityInitializer in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return EntityInitializer Modifier and Type Method Description default EntityInitializer<?>
EntityInitializer. asEntityInitializer()
-
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 class
AbstractBatchEntitySelectFetchInitializer<Data extends AbstractBatchEntitySelectFetchInitializer.AbstractBatchEntitySelectFetchInitializerData>
class
BatchEntityInsideEmbeddableSelectFetchInitializer
class
BatchEntitySelectFetchInitializer
class
BatchInitializeEntitySelectFetchInitializer
Loads entities from the persistence context or creates proxies if not found there, and initializes all proxies in a batch.class
DiscriminatedEntityInitializer
Initializer for discriminated mappings.class
EntityDelayedFetchInitializer
class
EntityInitializerImpl
class
EntitySelectFetchByUniqueKeyInitializer
class
EntitySelectFetchInitializer<Data extends EntitySelectFetchInitializer.EntitySelectFetchInitializerData>
Fields in org.hibernate.sql.results.graph.entity.internal declared as EntityInitializer Modifier and Type Field Description protected EntityInitializer<InitializerData>
AbstractBatchEntitySelectFetchInitializer. owningEntityInitializer
Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityInitializer Modifier and Type Method Description protected EntityAssembler
AbstractNonJoinedEntityFetch. buildEntityAssembler(EntityInitializer<?> entityInitializer)
protected EntityAssembler
EntityFetchJoinedImpl. buildEntityAssembler(EntityInitializer<?> entityInitializer)
protected static String
BatchEntityInsideEmbeddableSelectFetchInitializer. getRootEmbeddablePropertyName(EntityInitializer<?> firstEntityInitializer, InitializerParent<?> parent, ToOneAttributeMapping referencedModelPart)
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 EntityInitializer<?>
CircularFetchImpl. buildEntityDelayedFetchInitializer(InitializerParent<?> parent, NavigablePath referencedPath, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, DomainResult<?> keyResult, BasicFetch<?> discriminatorFetch, AssemblerCreationState creationState)
protected EntityInitializer<?>
CircularFetchImpl. buildEntitySelectFetchInitializer(InitializerParent<?> parent, ToOneAttributeMapping fetchable, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)
EntityInitializer<?>
CircularFetchImpl. createInitializer(InitializerParent<?> parent, AssemblerCreationState creationState)
-