Uses of Interface
org.hibernate.sql.results.graph.Initializer
-
-
Uses of Initializer in org.hibernate.sql.results.graph
Subinterfaces of Initializer in org.hibernate.sql.results.graph Modifier and Type Interface Description interfaceFetchParentAccessProvides access to information about the owner/parent of a fetch in relation to the current "row" being processed.Classes in org.hibernate.sql.results.graph that implement Initializer Modifier and Type Class Description classAbstractFetchParentAccessBase support for FetchParentAccess implementations.Methods in org.hibernate.sql.results.graph that return Initializer Modifier and Type Method Description InitializerAssemblerCreationState. resolveInitializer(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer> producer)Method parameters in org.hibernate.sql.results.graph with type arguments of type Initializer Modifier and Type Method Description InitializerAssemblerCreationState. resolveInitializer(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer> producer) -
Uses of Initializer in org.hibernate.sql.results.graph.collection
Subinterfaces of Initializer in org.hibernate.sql.results.graph.collection Modifier and Type Interface Description interfaceCollectionInitializerInitializer implementation for initializing collections (plural attributes) -
Uses of Initializer in org.hibernate.sql.results.graph.collection.internal
Classes in org.hibernate.sql.results.graph.collection.internal that implement Initializer Modifier and Type Class Description classAbstractCollectionInitializerBase support for CollectionInitializer implementationsclassAbstractImmediateCollectionInitializerBase support for CollectionInitializer implementations that represent an immediate initialization of some sort (join, select, batch, sub-select) for a persistent collection.classArrayInitializerclassBagInitializerInitializer for bothPersistentBagandPersistentIdentifierBagcollectionsclassDelayedCollectionInitializerclassListInitializerCollectionInitializer for PersistentList loadingclassMapInitializerRepresents an immediate initialization of some sort (join, select, batch, sub-select) of a persistent Map valued attribute.classSelectEagerCollectionInitializerclassSetInitializer -
Uses of Initializer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of Initializer in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interfaceEmbeddableInitializerSpecial initializer contract for embeddablesClasses in org.hibernate.sql.results.graph.embeddable that implement Initializer Modifier and Type Class Description classAbstractEmbeddableInitializer -
Uses of Initializer in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement Initializer Modifier and Type Class Description classEmbeddableFetchInitializerclassEmbeddableResultInitializer -
Uses of Initializer in org.hibernate.sql.results.graph.entity
Subinterfaces of Initializer in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interfaceEntityInitializerInitializer implementation for initializing entity references.Classes in org.hibernate.sql.results.graph.entity that implement Initializer Modifier and Type Class Description classAbstractEntityInitializer -
Uses of Initializer in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement Initializer Modifier and Type Class Description classAbstractBatchEntitySelectFetchInitializerclassBatchEntityInsideEmbeddableSelectFetchInitializerclassBatchEntitySelectFetchInitializerclassEntityDelayedFetchInitializerclassEntityJoinedFetchInitializerclassEntityResultInitializerInitializer for cases where the entity is a root domain selectionclassEntitySelectFetchByUniqueKeyInitializerclassEntitySelectFetchInitializer -
Uses of Initializer in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return Initializer Modifier and Type Method Description InitializerRowProcessingStateStandardImpl. resolveInitializer(NavigablePath path)Methods in org.hibernate.sql.results.internal that return types with arguments of type Initializer Modifier and Type Method Description List<Initializer>StandardRowReader. getInitializers() -
Uses of Initializer in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return Initializer Modifier and Type Method Description InitializerJdbcValuesSourceProcessingStateStandardImpl. findInitializer(EntityKey entityKey)InitializerJdbcValuesSourceProcessingStateStandardImpl. findInitializer(EntityUniqueKey entityKey)Methods in org.hibernate.sql.results.jdbc.internal with parameters of type Initializer Modifier and Type Method Description voidJdbcValuesSourceProcessingStateStandardImpl. registerInitilaizer(EntityKey entityKey, Initializer initializer)voidJdbcValuesSourceProcessingStateStandardImpl. registerInitilaizer(EntityUniqueKey entityKey, Initializer initializer) -
Uses of Initializer in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return Initializer Modifier and Type Method Description InitializerJdbcValuesSourceProcessingState. findInitializer(EntityKey entityKey)InitializerJdbcValuesSourceProcessingState. findInitializer(EntityUniqueKey entityKey)InitializerRowProcessingState. resolveInitializer(NavigablePath path)Locate the Initializer registered for the given pathMethods in org.hibernate.sql.results.jdbc.spi with parameters of type Initializer Modifier and Type Method Description voidJdbcValuesSourceProcessingState. registerInitilaizer(EntityKey entityKey, Initializer initializer)voidJdbcValuesSourceProcessingState. registerInitilaizer(EntityUniqueKey entityKey, Initializer initializer) -
Uses of Initializer in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi that return Initializer Modifier and Type Method Description InitializerLoadContexts. findInitializer(EntityKey key)InitializerLoadContexts. findInitializer(EntityUniqueKey key)Methods in org.hibernate.sql.results.spi that return types with arguments of type Initializer Modifier and Type Method Description List<Initializer>RowReader. getInitializers()The initializers associated with this reader.
-