Uses of Interface
org.hibernate.sql.results.graph.entity.EntityInitializer
-
-
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 EntityInitializer
Initializer. asEntityInitializer()
default EntityInitializer
FetchParentAccess. 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 EntityInitializer
AbstractEmbeddableInitializer. 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 class
AbstractEntityInitializer
Methods in org.hibernate.sql.results.graph.entity that return EntityInitializer Modifier and Type Method Description default EntityInitializer
EntityInitializer. asEntityInitializer()
default EntityInitializer
EntityInitializer. findFirstEntityInitializer()
protected abstract EntityInitializer
AbstractNonLazyEntityFetch. getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
EntityInitializer
LoadingEntityEntry. getEntityInitializer()
Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityInitializer Constructor Description LoadingEntityEntry(EntityInitializer entityInitializer, EntityKey entityKey, EntityPersister descriptor, Object entityInstance)
-
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
class
BatchEntityInsideEmbeddableSelectFetchInitializer
class
BatchEntitySelectFetchInitializer
class
EntityDelayedFetchInitializer
class
EntityJoinedFetchInitializer
class
EntityResultInitializer
Initializer for cases where the entity is a root domain selectionclass
EntitySelectFetchByUniqueKeyInitializer
class
EntitySelectFetchInitializer
Fields in org.hibernate.sql.results.graph.entity.internal declared as EntityInitializer Modifier and Type Field Description protected EntityInitializer
AbstractBatchEntitySelectFetchInitializer. firstEntityInitializer
Methods in org.hibernate.sql.results.graph.entity.internal that return EntityInitializer Modifier and Type Method Description protected EntityInitializer
EntityFetchJoinedImpl. getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type EntityInitializer Modifier and Type Method Description protected static int
AbstractBatchEntitySelectFetchInitializer. getPropertyIndex(EntityInitializer entityInitializer, String propertyName)
protected static String
BatchEntityInsideEmbeddableSelectFetchInitializer. getRootEmbeddablePropertyName(EntityInitializer firstEntityInitializer, FetchParentAccess parentAccess, ToOneAttributeMapping referencedModelPart)
protected static void
BatchEntityInsideEmbeddableSelectFetchInitializer. setInstance(EntityInitializer entityInitializer, ToOneAttributeMapping referencedModelPart, String rootEmbeddablePropertyName, int propertyIndex, Object loadedInstance, Object embeddableParentInstance, EntityKey parentEntityKey, EntityEntry parentEntityEntry, SharedSessionContractImplementor session)
protected static void
BatchEntitySelectFetchInitializer. 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)
-