Uses of Class
org.hibernate.sql.results.graph.entity.internal.EntityAssembler
Packages that use EntityAssembler
Package
Description
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.-
Uses of EntityAssembler in org.hibernate.query.results.internal.complete
Methods in org.hibernate.query.results.internal.complete that return EntityAssemblerModifier and TypeMethodDescriptionEntityResultImpl.createResultAssembler
(InitializerParent parent, AssemblerCreationState creationState) -
Uses of EntityAssembler in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return EntityAssemblerModifier and TypeMethodDescriptionprotected EntityAssembler<?>
AbstractNonJoinedEntityFetch.buildEntityAssembler
(EntityInitializer<?> entityInitializer) Used By Hibernate Reactiveprotected EntityAssembler<?>
EntityFetchJoinedImpl.buildEntityAssembler
(EntityInitializer<?> entityInitializer) Used by Hibernate Reactive