Uses of Class
org.hibernate.sql.results.graph.entity.internal.EntityAssembler
-
Packages that use EntityAssembler Package Description org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal -
-
Uses of EntityAssembler in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return EntityAssembler Modifier and Type Method Description protected EntityAssemblerAbstractNonLazyEntityFetch. buildEntityAssembler(EntityInitializer entityInitializer) -
Uses of EntityAssembler in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return EntityAssembler Modifier and Type Method Description protected EntityAssemblerEntityDelayedFetchImpl. buildEntityAssembler(Initializer entityInitializer)protected EntityAssemblerEntityDelayedResultImpl. buildEntityAssembler(Initializer initializer)
-