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 asSqlResultSetMappingor thehbm.xmlmapping 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 classEntityResultImpl -
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 classCollectionDomainResultclassCollectionFetchclassDelayedCollectionFetchclassEagerCollectionFetchclassSelectEagerCollectionFetch -
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 classAggregateEmbeddableFetchImplA Fetch for an embeddable that is mapped as aggregate e.g.classAggregateEmbeddableResultImpl<T>A Result for an embeddable that is mapped as aggregate e.g.classEmbeddableExpressionResultImpl<T>classEmbeddableFetchImplclassEmbeddableForeignKeyResultImpl<T>classEmbeddableResultImpl<T>classNonAggregatedIdentifierMappingFetchclassNonAggregatedIdentifierMappingResult<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 classAbstractNonJoinedEntityFetchclassDiscriminatedEntityFetchclassDiscriminatedEntityResult<T>classEntityDelayedFetchImplclassEntityFetchJoinedImplclassEntityFetchSelectImplAn eager entity fetch performed as a subsequent (n+1) selectclassEntityResultImplStandard 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 classCircularFetchImpl
-