Uses of Interface
org.hibernate.sql.results.graph.InitializerProducer
Packages that use InitializerProducer
Package
Description
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.Defines domain result graphs.
-
Uses of InitializerProducer in org.hibernate.query.results.internal.complete
Classes in org.hibernate.query.results.internal.complete that implement InitializerProducer -
Uses of InitializerProducer in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type InitializerProducerModifier and TypeMethodDescription<P extends FetchParent>
Initializer<?>AssemblerCreationState.resolveInitializer
(P resultGraphNode, InitializerParent<?> parent, InitializerProducer<P> producer) -
Uses of InitializerProducer in org.hibernate.sql.results.graph.collection.internal
Classes in org.hibernate.sql.results.graph.collection.internal that implement InitializerProducerModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of InitializerProducer in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement InitializerProducerModifier and TypeClassDescriptionclass
A Fetch for an embeddable that is mapped as aggregate e.g.class
A Result for an embeddable that is mapped as aggregate e.g.class
class
class
class
class
class
-
Uses of InitializerProducer in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement InitializerProducerModifier and TypeClassDescriptionclass
class
class
class
class
class
An eager entity fetch performed as a subsequent (n+1) selectclass
Standard ReturnEntity impl -
Uses of InitializerProducer in org.hibernate.sql.results.internal.domain
Classes in org.hibernate.sql.results.internal.domain that implement InitializerProducer