Uses of Interface
org.hibernate.sql.results.jdbc.spi.RowProcessingState
-
Packages that use RowProcessingState Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.collection org.hibernate.sql.results.graph.collection.internal org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.graph.instantiation.internal org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
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 JDomainResultAssembler. assemble(RowProcessingState rowProcessingState)JDomainResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)The main "assembly" contract.JUnfetchedBasicPartResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)JUnfetchedResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)voidInitializer. finishUpRow(RowProcessingState rowProcessingState)Lifecycle method called at the end of the current row processing.voidInitializer. 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.voidInitializer. 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.voidInitializer. resolveKey(RowProcessingState rowProcessingState)Step 1 - Resolve the key value for this initializer for the current row.default voidDomainResultAssembler. resolveState(RowProcessingState rowProcessingState)This method is used to resolve the assembler's state, i.e. -
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 JBasicResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)ObjectBasicResultAssembler. extractRawValue(RowProcessingState rowProcessingState)Access to the raw value (unconverted, if a converter applied)ObjectCoercingResultAssembler. extractRawValue(RowProcessingState rowProcessingState)Access to the row value, coerced to expected typevoidBasicResultAssembler. 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 RowProcessingState Modifier and Type Method Description CollectionKeyCollectionInitializer. 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 ObjectAbstractCollectionAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)ObjectUnfetchedCollectionAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)voidAbstractCollectionInitializer. finishUpRow(RowProcessingState rowProcessingState)voidAbstractImmediateCollectionInitializer. finishUpRow(RowProcessingState rowProcessingState)voidDelayedCollectionInitializer. finishUpRow(RowProcessingState rowProcessingState)voidSelectEagerCollectionInitializer. finishUpRow(RowProcessingState rowProcessingState)voidAbstractImmediateCollectionInitializer. initializeInstance(RowProcessingState rowProcessingState)voidDelayedCollectionInitializer. initializeInstance(RowProcessingState rowProcessingState)voidSelectEagerCollectionInitializer. initializeInstance(RowProcessingState rowProcessingState)protected abstract voidAbstractImmediateCollectionInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)protected voidArrayInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)protected voidBagInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)protected voidListInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)protected voidMapInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)protected voidSetInitializer. readCollectionRow(CollectionKey collectionKey, List<Object> loadingState, RowProcessingState rowProcessingState)CollectionKeyAbstractCollectionInitializer. resolveCollectionKey(RowProcessingState rowProcessingState)protected voidAbstractCollectionInitializer. resolveInstance(RowProcessingState rowProcessingState, boolean isEager)voidAbstractImmediateCollectionInitializer. resolveInstance(RowProcessingState rowProcessingState)voidDelayedCollectionInitializer. resolveInstance(RowProcessingState rowProcessingState)voidSelectEagerCollectionInitializer. resolveInstance(RowProcessingState rowProcessingState)voidAbstractCollectionInitializer. resolveKey(RowProcessingState rowProcessingState)voidAbstractImmediateCollectionInitializer. resolveKey(RowProcessingState rowProcessingState)protected voidAbstractImmediateCollectionInitializer. takeResponsibility(RowProcessingState rowProcessingState, CollectionKey collectionKey) -
Uses of RowProcessingState in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable that return RowProcessingState Modifier and Type Method Description default RowProcessingStateEmbeddableInitializer. wrapProcessingState(RowProcessingState processingState)Methods in org.hibernate.sql.results.graph.embeddable with parameters of type RowProcessingState Modifier and Type Method Description voidAbstractEmbeddableInitializer. finishUpRow(RowProcessingState rowProcessingState)voidAbstractEmbeddableInitializer. initializeInstance(RowProcessingState processingState)voidAbstractEmbeddableInitializer. resolveInstance(RowProcessingState processingState)voidAbstractEmbeddableInitializer. resolveKey(RowProcessingState processingState)voidAbstractEmbeddableInitializer. resolveState(RowProcessingState rowProcessingState)voidEmbeddableInitializer. resolveState(RowProcessingState rowProcessingState)default RowProcessingStateEmbeddableInitializer. wrapProcessingState(RowProcessingState processingState) -
Uses of RowProcessingState in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement RowProcessingState Modifier and Type Class Description classNestedRowProcessingStateMethods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type RowProcessingState Modifier and Type Method Description ObjectEmbeddableAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)voidAbstractNonAggregatedIdentifierMappingInitializer. finishUpRow(RowProcessingState rowProcessingState)default Object[]AggregateEmbeddableInitializer. getJdbcValues(RowProcessingState processingState)voidAbstractNonAggregatedIdentifierMappingInitializer. initializeInstance(RowProcessingState processingState)voidAbstractNonAggregatedIdentifierMappingInitializer. resolveInstance(RowProcessingState processingState)voidAbstractNonAggregatedIdentifierMappingInitializer. resolveKey(RowProcessingState processingState)voidAbstractNonAggregatedIdentifierMappingInitializer. resolveState(RowProcessingState rowProcessingState)voidEmbeddableAssembler. resolveState(RowProcessingState rowProcessingState)static NestedRowProcessingStateNestedRowProcessingState. wrap(AggregateEmbeddableInitializer aggregateEmbeddableInitializer, RowProcessingState processingState)NestedRowProcessingStateAggregateEmbeddableFetchInitializer. wrapProcessingState(RowProcessingState processingState)NestedRowProcessingStateAggregateEmbeddableResultInitializer. wrapProcessingState(RowProcessingState processingState)Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type RowProcessingState Constructor Description NestedRowProcessingState(AggregateEmbeddableInitializer aggregateEmbeddableInitializer, RowProcessingState processingState) -
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 protected booleanAbstractEntityInitializer. consistentInstance(Object toInitialize, RowProcessingState rowProcessingState)protected Object[]AbstractEntityInitializer. extractConcreteTypeStateValues(RowProcessingState rowProcessingState)voidAbstractEntityInitializer. finishUpRow(RowProcessingState rowProcessingState)protected ObjectAbstractEntityInitializer. getEntityInstanceFromExecutionContext(RowProcessingState rowProcessingState)voidAbstractEntityInitializer. initializeInstance(RowProcessingState rowProcessingState)protected voidAbstractEntityInitializer. preLoad(RowProcessingState rowProcessingState)protected voidAbstractEntityInitializer. registerLoadingEntity(RowProcessingState rowProcessingState, Object instance)protected abstract voidAbstractEntityInitializer. registerLoadingEntityInstanceFromExecutionContext(RowProcessingState rowProcessingState, Object instance)protected voidAbstractEntityInitializer. registerReloadedEntity(RowProcessingState rowProcessingState, Object instance)protected ObjectAbstractEntityInitializer. resolveEntityInstance(Object entityIdentifier, RowProcessingState rowProcessingState)protected voidAbstractEntityInitializer. resolveEntityInstance(RowProcessingState rowProcessingState, LoadingEntityEntry existingLoadingEntry, Object entityIdentifier)protected voidAbstractEntityInitializer. resolveEntityKey(RowProcessingState rowProcessingState)voidAbstractEntityInitializer. resolveInstance(RowProcessingState rowProcessingState)voidAbstractEntityInitializer. resolveKey(RowProcessingState rowProcessingState)protected booleanAbstractEntityInitializer. shouldSkipResolveInstance(RowProcessingState rowProcessingState)protected booleanAbstractEntityInitializer. skipInitialization(Object toInitialize, RowProcessingState rowProcessingState)protected voidAbstractEntityInitializer. takeSnapshot(RowProcessingState rowProcessingState, SharedSessionContractImplementor session, PersistenceContext persistenceContext, EntityEntry entityEntry)protected voidAbstractEntityInitializer. updateCaches(Object toInitialize, RowProcessingState rowProcessingState, SharedSessionContractImplementor session, PersistenceContext persistenceContext, Object entityIdentifier, Object version) -
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 ObjectEntityAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)voidAbstractBatchEntitySelectFetchInitializer. finishUpRow(RowProcessingState rowProcessingState)voidEntityDelayedFetchInitializer. finishUpRow(RowProcessingState rowProcessingState)voidEntitySelectFetchInitializer. finishUpRow(RowProcessingState rowProcessingState)protected ObjectAbstractBatchEntitySelectFetchInitializer. getExistingInitializedInstance(RowProcessingState rowProcessingState)voidAbstractBatchEntitySelectFetchInitializer. initializeInstance(RowProcessingState rowProcessingState)voidEntityDelayedFetchInitializer. initializeInstance(RowProcessingState rowProcessingState)voidEntitySelectFetchByUniqueKeyInitializer. initializeInstance(RowProcessingState rowProcessingState)voidEntitySelectFetchInitializer. initializeInstance(RowProcessingState rowProcessingState)protected voidEntityJoinedFetchInitializer. registerLoadingEntityInstanceFromExecutionContext(RowProcessingState rowProcessingState, Object instance)protected voidEntityResultInitializer. registerLoadingEntityInstanceFromExecutionContext(RowProcessingState rowProcessingState, Object instance)protected voidAbstractBatchEntitySelectFetchInitializer. registerToBatchFetchQueue(RowProcessingState rowProcessingState)voidBatchEntityInsideEmbeddableSelectFetchInitializer. resolveInstance(RowProcessingState rowProcessingState)voidBatchEntitySelectFetchInitializer. resolveInstance(RowProcessingState rowProcessingState)voidBatchInitializeEntitySelectFetchInitializer. resolveInstance(RowProcessingState rowProcessingState)voidEntityDelayedFetchInitializer. resolveInstance(RowProcessingState rowProcessingState)voidEntitySelectFetchInitializer. resolveInstance(RowProcessingState rowProcessingState)voidAbstractBatchEntitySelectFetchInitializer. resolveKey(RowProcessingState rowProcessingState)protected voidAbstractBatchEntitySelectFetchInitializer. resolveKey(RowProcessingState rowProcessingState, ToOneAttributeMapping referencedModelPart, FetchParentAccess parentAccess)voidEntityDelayedFetchInitializer. resolveKey(RowProcessingState rowProcessingState)voidEntityJoinedFetchInitializer. resolveKey(RowProcessingState rowProcessingState)voidEntitySelectFetchInitializer. 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 AArgumentReader. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)RDynamicInstantiationAssemblerConstructorImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)TDynamicInstantiationAssemblerInjectionImpl. 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 JTupleResultAssembler. 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 classRowProcessingStateStandardImplStandard RowProcessingState implementationMethods in org.hibernate.sql.results.internal with parameters of type RowProcessingState Modifier and Type Method Description JNullValueAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)voidInitializersList. finishUpRow(RowProcessingState rowProcessingState)voidInitializersList. initializeInstance(RowProcessingState rowProcessingState)TStandardRowReader. readRow(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)voidInitializersList. resolveInstances(RowProcessingState rowProcessingState)voidInitializersList. resolveKeys(RowProcessingState rowProcessingState) -
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 voidJdbcValuesCacheHit. afterLast(RowProcessingState rowProcessingState)voidJdbcValuesResultSetImpl. afterLast(RowProcessingState rowProcessingState)voidJdbcValuesCacheHit. beforeFirst(RowProcessingState rowProcessingState)voidJdbcValuesResultSetImpl. beforeFirst(RowProcessingState rowProcessingState)voidJdbcValuesCacheHit. finishRowProcessing(RowProcessingState rowProcessingState)voidJdbcValuesResultSetImpl. finishRowProcessing(RowProcessingState rowProcessingState)booleanJdbcValuesCacheHit. first(RowProcessingState rowProcessingState)booleanJdbcValuesResultSetImpl. first(RowProcessingState rowProcessingState)booleanJdbcValuesCacheHit. isAfterLast(RowProcessingState rowProcessingState)booleanJdbcValuesResultSetImpl. isAfterLast(RowProcessingState rowProcessingState)booleanJdbcValuesCacheHit. isBeforeFirst(RowProcessingState rowProcessingState)booleanJdbcValuesResultSetImpl. isBeforeFirst(RowProcessingState rowProcessingState)booleanJdbcValuesCacheHit. isFirst(RowProcessingState rowProcessingState)booleanJdbcValuesResultSetImpl. isFirst(RowProcessingState rowProcessingState)booleanJdbcValuesCacheHit. isLast(RowProcessingState rowProcessingState)booleanJdbcValuesResultSetImpl. isLast(RowProcessingState rowProcessingState)booleanJdbcValuesCacheHit. last(RowProcessingState rowProcessingState)booleanJdbcValuesResultSetImpl. last(RowProcessingState rowProcessingState)booleanAbstractJdbcValues. next(RowProcessingState rowProcessingState)booleanAbstractJdbcValues. position(int position, RowProcessingState rowProcessingState)booleanAbstractJdbcValues. previous(RowProcessingState rowProcessingState)protected abstract booleanAbstractJdbcValues. processNext(RowProcessingState rowProcessingState)protected booleanJdbcValuesCacheHit. processNext(RowProcessingState rowProcessingState)protected booleanJdbcValuesResultSetImpl. processNext(RowProcessingState rowProcessingState)protected abstract booleanAbstractJdbcValues. processPosition(int position, RowProcessingState rowProcessingState)protected booleanJdbcValuesCacheHit. processPosition(int position, RowProcessingState rowProcessingState)protected booleanJdbcValuesResultSetImpl. processPosition(int position, RowProcessingState rowProcessingState)protected abstract booleanAbstractJdbcValues. processPrevious(RowProcessingState rowProcessingState)protected booleanJdbcValuesCacheHit. processPrevious(RowProcessingState rowProcessingState)protected booleanJdbcValuesResultSetImpl. processPrevious(RowProcessingState rowProcessingState)protected abstract booleanAbstractJdbcValues. processScroll(int numberOfRows, RowProcessingState rowProcessingState)protected booleanJdbcValuesCacheHit. processScroll(int numberOfRows, RowProcessingState rowProcessingState)protected booleanJdbcValuesResultSetImpl. processScroll(int numberOfRows, RowProcessingState rowProcessingState)booleanAbstractJdbcValues. 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 voidJdbcValues. afterLast(RowProcessingState rowProcessingState)voidJdbcValues. beforeFirst(RowProcessingState rowProcessingState)voidJdbcValues. finishRowProcessing(RowProcessingState rowProcessingState)booleanJdbcValues. first(RowProcessingState rowProcessingState)booleanJdbcValues. isAfterLast(RowProcessingState rowProcessingState)booleanJdbcValues. isBeforeFirst(RowProcessingState rowProcessingState)booleanJdbcValues. isFirst(RowProcessingState rowProcessingState)booleanJdbcValues. isLast(RowProcessingState rowProcessingState)booleanJdbcValues. last(RowProcessingState rowProcessingState)booleanJdbcValues. next(RowProcessingState rowProcessingState)Advances the "cursor position" and returns a boolean indicating whether there is a row available to read viaJdbcValues.getCurrentRowValue(int).booleanJdbcValues. position(int position, RowProcessingState rowProcessingState)Moves the "cursor position" to the specified positionbooleanJdbcValues. 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).booleanJdbcValues. 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 RowProcessingState Modifier and Type Method Description RRowReader. readRow(RowProcessingState processingState, JdbcValuesSourceProcessingOptions options)The actual coordination of reading a row
-