Uses of Interface
org.hibernate.sql.results.graph.InitializerProducer
-
Packages that use InitializerProducer Package Description org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.collection.internal org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.internal.domain -
-
Uses of InitializerProducer in org.hibernate.query.results.complete
Classes in org.hibernate.query.results.complete that implement InitializerProducer Modifier and Type Class Description class
EntityResultImpl
-
Uses of InitializerProducer in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type InitializerProducer Modifier and Type Method Description <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 InitializerProducer Modifier and Type Class Description class
CollectionDomainResult
class
CollectionFetch
class
DelayedCollectionFetch
class
EagerCollectionFetch
class
SelectEagerCollectionFetch
-
Uses of InitializerProducer in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement InitializerProducer Modifier and Type Class Description class
AggregateEmbeddableFetchImpl
A Fetch for an embeddable that is mapped as aggregate e.g.class
AggregateEmbeddableResultImpl<T>
A Result for an embeddable that is mapped as aggregate e.g.class
EmbeddableExpressionResultImpl<T>
class
EmbeddableFetchImpl
class
EmbeddableForeignKeyResultImpl<T>
class
EmbeddableResultImpl<T>
class
NonAggregatedIdentifierMappingFetch
class
NonAggregatedIdentifierMappingResult<T>
-
Uses of InitializerProducer in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement InitializerProducer Modifier and Type Class Description class
AbstractNonJoinedEntityFetch
class
DiscriminatedEntityFetch
class
DiscriminatedEntityResult<T>
class
EntityDelayedFetchImpl
class
EntityFetchJoinedImpl
class
EntityFetchSelectImpl
An eager entity fetch performed as a subsequent (n+1) selectclass
EntityResultImpl
Standard ReturnEntity impl -
Uses of InitializerProducer in org.hibernate.sql.results.internal.domain
Classes in org.hibernate.sql.results.internal.domain that implement InitializerProducer Modifier and Type Class Description class
CircularFetchImpl
-