Uses of Interface
org.hibernate.sql.results.graph.Initializer
-
Packages that use Initializer Package Description org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.collection org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
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.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.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.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return Initializer Modifier and Type Method Description 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. registerInitializer(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(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()Deprecated.
-