Uses of Interface
org.hibernate.sql.results.graph.entity.EntityInitializer
-
Packages that use EntityInitializer Package Description org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity -
-
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 EntityInitializerInitializer. asEntityInitializer()A utility method to avoid casting explicitly to EntityInitializerdefault 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.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)EntityInitializerLoadingEntityEntry. getEntityInitializer()Methods in org.hibernate.sql.results.graph.entity with parameters of type EntityInitializer Modifier and Type Method Description protected org.hibernate.sql.results.graph.entity.internal.EntityAssemblerAbstractNonLazyEntityFetch. buildEntityAssembler(EntityInitializer entityInitializer)Constructors in org.hibernate.sql.results.graph.entity with parameters of type EntityInitializer Constructor Description LoadingEntityEntry(EntityInitializer entityInitializer, EntityKey entityKey, EntityPersister descriptor, Object entityInstance)
-