Uses of Interface
org.hibernate.sql.results.jdbc.spi.RowProcessingState
Packages that use RowProcessingState
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines domain result graphs.
-
Uses of RowProcessingState in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type RowProcessingStateModifier and TypeMethodDescriptiondefault Object[]
EntityMappingType.extractConcreteTypeStateValues
(Map<AttributeMapping, DomainResultAssembler> assemblerMapping, RowProcessingState rowProcessingState) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RowProcessingState in org.hibernate.sql.results.graph
Fields in org.hibernate.sql.results.graph declared as RowProcessingStateModifier and TypeFieldDescriptionprotected final RowProcessingState
InitializerData.rowProcessingState
Methods in org.hibernate.sql.results.graph that return RowProcessingStateMethods in org.hibernate.sql.results.graph with parameters of type RowProcessingStateModifier and TypeMethodDescription@Nullable J
DomainResultAssembler.assemble
(RowProcessingState rowProcessingState) The main "assembly" contract.UnfetchedBasicPartResultAssembler.assemble
(RowProcessingState rowProcessingState) UnfetchedResultAssembler.assemble
(RowProcessingState rowProcessingState) Initializer.getData
(RowProcessingState rowProcessingState) The current data of this initializer.default Object
Initializer.getResolvedInstance
(RowProcessingState rowProcessingState) default void
Initializer.initializeInstance
(RowProcessingState rowProcessingState) default void
Initializer.initializeInstanceFromParent
(Object parentInstance, RowProcessingState rowProcessingState) default void
Initializer.resolveFromPreviousRow
(RowProcessingState rowProcessingState) default void
Initializer.resolveInstance
(@Nullable Object instance, RowProcessingState rowProcessingState) default void
Initializer.resolveInstance
(RowProcessingState rowProcessingState) default void
Initializer.resolveKey
(RowProcessingState rowProcessingState) default void
DomainResultAssembler.resolveState
(RowProcessingState rowProcessingState) This method is used to resolve the assembler's state, i.e.default void
Initializer.resolveState
(RowProcessingState rowProcessingState) void
Initializer.startLoading
(RowProcessingState rowProcessingState) Step 0 - Callback for initializers before the first row is read.Constructors in org.hibernate.sql.results.graph with parameters of type RowProcessingState -
Uses of RowProcessingState in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic with parameters of type RowProcessingStateModifier and TypeMethodDescriptionBasicResultAssembler.assemble
(RowProcessingState rowProcessingState) BasicResultAssembler.extractRawValue
(RowProcessingState rowProcessingState) Access to the raw value (unconverted, if a converter applied)CoercingResultAssembler.extractRawValue
(RowProcessingState rowProcessingState) Access to the row value, coerced to expected typevoid
BasicResultAssembler.resolveState
(RowProcessingState rowProcessingState) -
Uses of RowProcessingState in org.hibernate.sql.results.graph.collection
Methods in org.hibernate.sql.results.graph.collection with parameters of type RowProcessingStateModifier and TypeMethodDescriptiondefault @Nullable PersistentCollection
<?> CollectionInitializer.getCollectionInstance
(RowProcessingState rowProcessingState) -
Uses of RowProcessingState in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable with parameters of type RowProcessingStateModifier and TypeMethodDescriptionvoid
EmbeddableInitializer.resetResolvedEntityRegistrations
(RowProcessingState rowProcessingState) Resets the resolved entity registrations by i.e. -
Uses of RowProcessingState in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type RowProcessingStateModifier and TypeMethodDescriptiondefault EntityPersister
EntityInitializer.getConcreteDescriptor
(RowProcessingState rowProcessingState) default @Nullable Object
EntityInitializer.getEntityIdentifier
(RowProcessingState rowProcessingState) default Object
EntityInitializer.getTargetInstance
(RowProcessingState rowProcessingState) default void
EntityInitializer.resetResolvedEntityRegistrations
(RowProcessingState rowProcessingState) Resets the resolved entity registrations by i.e.default @Nullable EntityKey
EntityInitializer.resolveEntityKeyOnly
(RowProcessingState rowProcessingState) -
Uses of RowProcessingState in org.hibernate.sql.results.graph.tuple
Methods in org.hibernate.sql.results.graph.tuple with parameters of type RowProcessingStateModifier and TypeMethodDescriptionTupleResultAssembler.assemble
(RowProcessingState rowProcessingState) Object[]
TupleResultAssembler.extractRawValue
(RowProcessingState rowProcessingState) Access to the raw value (unconverted, if a converter applied) -
Uses of RowProcessingState in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return RowProcessingStateModifier and TypeMethodDescriptiondefault RowProcessingState
RowProcessingState.unwrap()
If this is a row processing state for aggregate components, this will return the underlying row processing state.Methods in org.hibernate.sql.results.jdbc.spi with parameters of type RowProcessingStateModifier and TypeMethodDescriptionvoid
JdbcValues.afterLast
(RowProcessingState rowProcessingState) void
JdbcValues.beforeFirst
(RowProcessingState rowProcessingState) void
JdbcValues.finishRowProcessing
(RowProcessingState rowProcessingState, boolean wasAdded) boolean
JdbcValues.first
(RowProcessingState rowProcessingState) boolean
JdbcValues.isAfterLast
(RowProcessingState rowProcessingState) boolean
JdbcValues.isBeforeFirst
(RowProcessingState rowProcessingState) boolean
JdbcValues.isFirst
(RowProcessingState rowProcessingState) boolean
JdbcValues.isLast
(RowProcessingState rowProcessingState) boolean
JdbcValues.last
(RowProcessingState rowProcessingState) boolean
JdbcValues.next
(RowProcessingState rowProcessingState) Advances the "cursor position" and returns a boolean indicating whether there is a row available to read viaJdbcValues.getCurrentRowValue(int)
.boolean
JdbcValues.position
(int position, RowProcessingState rowProcessingState) Moves the "cursor position" to the specified positionboolean
JdbcValues.previous
(RowProcessingState rowProcessingState) Advances the "cursor position" in reverse and returns a boolean indicating whether there is a row available to read viaJdbcValues.getCurrentRowValue(int)
.boolean
JdbcValues.scroll
(int numberOfRows, RowProcessingState rowProcessingState) Advances the "cursor position" the indicated number of rows and returns a boolean indicating whether there is a row available to read viaJdbcValues.getCurrentRowValue(int)
. -
Uses of RowProcessingState in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi with parameters of type RowProcessingStateModifier and TypeMethodDescriptionvoid
RowReader.finishUp
(RowProcessingState processingState) Called at the end of processing all rowsRowReader.readRow
(RowProcessingState processingState) The actual coordination of reading a row@Nullable EntityKey
RowReader.resolveSingleResultEntityKey
(RowProcessingState rowProcessingState) void
RowReader.startLoading
(RowProcessingState processingState) Called before reading the first row.