Uses of Interface
org.hibernate.sql.results.jdbc.spi.RowProcessingState
-
-
Uses of RowProcessingState in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type RowProcessingState Modifier and Type Method Description default 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
Methods in org.hibernate.sql.results.graph with parameters of type RowProcessingState Modifier and Type Method Description default J
DomainResultAssembler. assemble(RowProcessingState rowProcessingState)
J
DomainResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
The main "assembly" contract.J
UnfetchedBasicPartResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
J
UnfetchedResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
void
Initializer. finishUpRow(RowProcessingState rowProcessingState)
Lifecycle method called at the end of the current row processing.void
Initializer. initializeInstance(RowProcessingState rowProcessingState)
Step 3 - Initialize the state of the instance resolved inInitializer.resolveInstance(org.hibernate.sql.results.jdbc.spi.RowProcessingState)
from the current row values.void
Initializer. resolveInstance(RowProcessingState rowProcessingState)
Step 2 - Using the key resolved inInitializer.resolveKey(org.hibernate.sql.results.jdbc.spi.RowProcessingState)
, resolve the instance (of the thing initialized) to use for the current row.void
Initializer. resolveKey(RowProcessingState rowProcessingState)
Step 1 - Resolve the key value for this initializer for the current row. -
Uses of RowProcessingState in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic with parameters of type RowProcessingState Modifier and Type Method Description J
BasicResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
Object
BasicResultAssembler. extractRawValue(RowProcessingState rowProcessingState)
Access to the raw value (unconverted, if a converter applied)Object
CoercingResultAssembler. extractRawValue(RowProcessingState rowProcessingState)
Access to the row value, coerced to expected type -
Uses of RowProcessingState in org.hibernate.sql.results.graph.collection
Methods in org.hibernate.sql.results.graph.collection with parameters of type RowProcessingState Modifier and Type Method Description CollectionKey
CollectionInitializer. resolveCollectionKey(RowProcessingState rowProcessingState)
-
Uses of RowProcessingState in org.hibernate.sql.results.graph.collection.internal
Methods in org.hibernate.sql.results.graph.collection.internal with parameters of type RowProcessingState Modifier and Type Method Description Object
AbstractCollectionAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
Object
UnfetchedCollectionAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
void
AbstractCollectionInitializer. finishUpRow(RowProcessingState rowProcessingState)
void
AbstractImmediateCollectionInitializer. finishUpRow(RowProcessingState rowProcessingState)
void
DelayedCollectionInitializer. finishUpRow(RowProcessingState rowProcessingState)
void
SelectEagerCollectionInitializer. finishUpRow(RowProcessingState rowProcessingState)
void
AbstractImmediateCollectionInitializer. initializeInstance(RowProcessingState rowProcessingState)
void
DelayedCollectionInitializer. initializeInstance(RowProcessingState rowProcessingState)
void
SelectEagerCollectionInitializer. initializeInstance(RowProcessingState rowProcessingState)
protected abstract void
AbstractImmediateCollectionInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
ArrayInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
BagInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
ListInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
MapInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
protected void
SetInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)
CollectionKey
AbstractCollectionInitializer. resolveCollectionKey(RowProcessingState rowProcessingState)
protected void
AbstractCollectionInitializer. resolveInstance(RowProcessingState rowProcessingState, boolean isEager)
void
AbstractImmediateCollectionInitializer. resolveInstance(RowProcessingState rowProcessingState)
void
DelayedCollectionInitializer. resolveInstance(RowProcessingState rowProcessingState)
void
SelectEagerCollectionInitializer. resolveInstance(RowProcessingState rowProcessingState)
void
AbstractCollectionInitializer. resolveKey(RowProcessingState rowProcessingState)
void
AbstractImmediateCollectionInitializer. resolveKey(RowProcessingState rowProcessingState)
protected void
AbstractImmediateCollectionInitializer. takeResponsibility(RowProcessingState rowProcessingState, CollectionKey collectionKey)
-
Uses of RowProcessingState in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable with parameters of type RowProcessingState Modifier and Type Method Description void
AbstractEmbeddableInitializer. finishUpRow(RowProcessingState rowProcessingState)
void
AbstractEmbeddableInitializer. initializeInstance(RowProcessingState processingState)
void
AbstractEmbeddableInitializer. resolveInstance(RowProcessingState processingState)
void
AbstractEmbeddableInitializer. resolveKey(RowProcessingState processingState)
-
Uses of RowProcessingState in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type RowProcessingState Modifier and Type Method Description Object
EmbeddableAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
-
Uses of RowProcessingState in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type RowProcessingState Modifier and Type Method Description void
AbstractEntityInitializer. finishUpRow(RowProcessingState rowProcessingState)
void
AbstractEntityInitializer. initializeInstance(RowProcessingState rowProcessingState)
protected void
AbstractEntityInitializer. resolveEntityKey(RowProcessingState rowProcessingState)
void
AbstractEntityInitializer. resolveInstance(RowProcessingState rowProcessingState)
void
AbstractEntityInitializer. resolveKey(RowProcessingState rowProcessingState)
-
Uses of RowProcessingState in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type RowProcessingState Modifier and Type Method Description Object
EntityAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
Object
NotFoundSnapshotAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
void
AbstractBatchEntitySelectFetchInitializer. finishUpRow(RowProcessingState rowProcessingState)
void
EntityDelayedFetchInitializer. finishUpRow(RowProcessingState rowProcessingState)
void
EntitySelectFetchInitializer. finishUpRow(RowProcessingState rowProcessingState)
void
AbstractBatchEntitySelectFetchInitializer. initializeInstance(RowProcessingState rowProcessingState)
void
EntityDelayedFetchInitializer. initializeInstance(RowProcessingState rowProcessingState)
void
EntitySelectFetchByUniqueKeyInitializer. initializeInstance(RowProcessingState rowProcessingState)
void
EntitySelectFetchInitializer. initializeInstance(RowProcessingState rowProcessingState)
void
AbstractBatchEntitySelectFetchInitializer. resolveInstance(RowProcessingState rowProcessingState)
void
BatchEntityInsideEmbeddableSelectFetchInitializer. resolveInstance(RowProcessingState rowProcessingState)
void
EntityDelayedFetchInitializer. resolveInstance(RowProcessingState rowProcessingState)
void
EntitySelectFetchInitializer. resolveInstance(RowProcessingState rowProcessingState)
void
AbstractBatchEntitySelectFetchInitializer. resolveKey(RowProcessingState rowProcessingState)
void
EntityDelayedFetchInitializer. resolveKey(RowProcessingState rowProcessingState)
void
EntityJoinedFetchInitializer. resolveKey(RowProcessingState rowProcessingState)
void
EntitySelectFetchInitializer. resolveKey(RowProcessingState rowProcessingState)
-
Uses of RowProcessingState in org.hibernate.sql.results.graph.instantiation.internal
Methods in org.hibernate.sql.results.graph.instantiation.internal with parameters of type RowProcessingState Modifier and Type Method Description A
ArgumentReader. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
R
DynamicInstantiationAssemblerConstructorImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
T
DynamicInstantiationAssemblerInjectionImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
List<?>
DynamicInstantiationAssemblerListImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
Map<?,?>
DynamicInstantiationAssemblerMapImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
-
Uses of RowProcessingState in org.hibernate.sql.results.graph.tuple
Methods in org.hibernate.sql.results.graph.tuple with parameters of type RowProcessingState Modifier and Type Method Description J
TupleResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
Object[]
TupleResultAssembler. extractRawValue(RowProcessingState rowProcessingState)
Access to the raw value (unconverted, if a converter applied) -
Uses of RowProcessingState in org.hibernate.sql.results.internal
Classes in org.hibernate.sql.results.internal that implement RowProcessingState Modifier and Type Class Description class
RowProcessingStateStandardImpl
Standard RowProcessingState implementationMethods in org.hibernate.sql.results.internal with parameters of type RowProcessingState Modifier and Type Method Description J
NullValueAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
T
StandardRowReader. readRow(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
-
Uses of RowProcessingState in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type RowProcessingState Modifier and Type Method Description void
JdbcValuesCacheHit. afterLast(RowProcessingState rowProcessingState)
void
JdbcValuesResultSetImpl. afterLast(RowProcessingState rowProcessingState)
void
JdbcValuesCacheHit. beforeFirst(RowProcessingState rowProcessingState)
void
JdbcValuesResultSetImpl. beforeFirst(RowProcessingState rowProcessingState)
boolean
JdbcValuesCacheHit. first(RowProcessingState rowProcessingState)
boolean
JdbcValuesResultSetImpl. first(RowProcessingState rowProcessingState)
boolean
JdbcValuesCacheHit. isAfterLast(RowProcessingState rowProcessingState)
boolean
JdbcValuesResultSetImpl. isAfterLast(RowProcessingState rowProcessingState)
boolean
JdbcValuesCacheHit. isBeforeFirst(RowProcessingState rowProcessingState)
boolean
JdbcValuesResultSetImpl. isBeforeFirst(RowProcessingState rowProcessingState)
boolean
JdbcValuesCacheHit. isFirst(RowProcessingState rowProcessingState)
boolean
JdbcValuesResultSetImpl. isFirst(RowProcessingState rowProcessingState)
boolean
JdbcValuesCacheHit. isLast(RowProcessingState rowProcessingState)
boolean
JdbcValuesResultSetImpl. isLast(RowProcessingState rowProcessingState)
boolean
JdbcValuesCacheHit. last(RowProcessingState rowProcessingState)
boolean
JdbcValuesResultSetImpl. last(RowProcessingState rowProcessingState)
boolean
AbstractJdbcValues. next(RowProcessingState rowProcessingState)
boolean
AbstractJdbcValues. position(int position, RowProcessingState rowProcessingState)
boolean
AbstractJdbcValues. previous(RowProcessingState rowProcessingState)
protected abstract boolean
AbstractJdbcValues. processNext(RowProcessingState rowProcessingState)
protected boolean
JdbcValuesCacheHit. processNext(RowProcessingState rowProcessingState)
protected boolean
JdbcValuesResultSetImpl. processNext(RowProcessingState rowProcessingState)
protected abstract boolean
AbstractJdbcValues. processPosition(int position, RowProcessingState rowProcessingState)
protected boolean
JdbcValuesCacheHit. processPosition(int position, RowProcessingState rowProcessingState)
protected boolean
JdbcValuesResultSetImpl. processPosition(int position, RowProcessingState rowProcessingState)
protected abstract boolean
AbstractJdbcValues. processPrevious(RowProcessingState rowProcessingState)
protected boolean
JdbcValuesCacheHit. processPrevious(RowProcessingState rowProcessingState)
protected boolean
JdbcValuesResultSetImpl. processPrevious(RowProcessingState rowProcessingState)
protected abstract boolean
AbstractJdbcValues. processScroll(int numberOfRows, RowProcessingState rowProcessingState)
protected boolean
JdbcValuesCacheHit. processScroll(int numberOfRows, RowProcessingState rowProcessingState)
protected boolean
JdbcValuesResultSetImpl. processScroll(int numberOfRows, RowProcessingState rowProcessingState)
boolean
AbstractJdbcValues. scroll(int numberOfRows, RowProcessingState rowProcessingState)
-
Uses of RowProcessingState in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type RowProcessingState Modifier and Type Method Description void
JdbcValues. afterLast(RowProcessingState rowProcessingState)
void
JdbcValues. beforeFirst(RowProcessingState rowProcessingState)
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.getCurrentRowValuesArray()
.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.getCurrentRowValuesArray()
.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.getCurrentRowValuesArray()
. -
Uses of RowProcessingState in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi with parameters of type RowProcessingState Modifier and Type Method Description R
RowReader. readRow(RowProcessingState processingState, JdbcValuesSourceProcessingOptions options)
The actual coordination of reading a row
-