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 RowProcessingStateInitializerData.rowProcessingStateMethods in org.hibernate.sql.results.graph that return RowProcessingStateMethods in org.hibernate.sql.results.graph with parameters of type RowProcessingStateModifier and TypeMethodDescription@Nullable JDomainResultAssembler.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 ObjectInitializer.getResolvedInstance(RowProcessingState rowProcessingState) default voidInitializer.initializeInstance(RowProcessingState rowProcessingState) default voidInitializer.initializeInstanceFromParent(Object parentInstance, RowProcessingState rowProcessingState) default voidInitializer.resolveFromPreviousRow(RowProcessingState rowProcessingState) default voidInitializer.resolveInstance(@Nullable Object instance, RowProcessingState rowProcessingState) default voidInitializer.resolveInstance(RowProcessingState rowProcessingState) default voidInitializer.resolveKey(RowProcessingState rowProcessingState) default voidDomainResultAssembler.resolveState(RowProcessingState rowProcessingState) This method is used to resolve the assembler's state, i.e.default voidInitializer.resolveState(RowProcessingState rowProcessingState) voidInitializer.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 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 RowProcessingStateModifier and TypeMethodDescriptiondefault @Nullable PersistentCollection<?>CollectionInitializer.getCollectionInstance(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 RowProcessingStateModifier and TypeMethodDescriptionCollectionAssembler.assemble(RowProcessingState rowProcessingState) UnfetchedCollectionAssembler.assemble(RowProcessingState rowProcessingState) protected InitializerDataAbstractCollectionInitializer.createInitializerData(RowProcessingState rowProcessingState) AbstractImmediateCollectionInitializer.createInitializerData(RowProcessingState rowProcessingState) voidCollectionAssembler.resolveState(RowProcessingState rowProcessingState) Method parameters in org.hibernate.sql.results.graph.collection.internal with type arguments of type RowProcessingStateModifier and TypeMethodDescriptionprotected voidAbstractCollectionInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidAbstractImmediateCollectionInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidArrayInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidBagInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidListInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidMapInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidSetInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) Constructors in org.hibernate.sql.results.graph.collection.internal with parameters of type RowProcessingStateModifierConstructorDescriptionCollectionInitializerData(RowProcessingState rowProcessingState) ImmediateCollectionInitializerData(AbstractImmediateCollectionInitializer<?> initializer, 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 TypeMethodDescriptionvoidEmbeddableInitializer.resetResolvedEntityRegistrations(RowProcessingState rowProcessingState) Resets the resolved entity registrations by i.e. -
Uses of RowProcessingState in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement RowProcessingStateMethods in org.hibernate.sql.results.graph.embeddable.internal that return RowProcessingStateMethods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type RowProcessingStateModifier and TypeMethodDescriptionEmbeddableAssembler.assemble(RowProcessingState rowProcessingState) protected InitializerDataEmbeddableInitializerImpl.createInitializerData(RowProcessingState rowProcessingState) protected InitializerDataNonAggregatedIdentifierMappingInitializer.createInitializerData(RowProcessingState rowProcessingState) Object[]AggregateEmbeddableInitializerImpl.getJdbcValues(RowProcessingState processingState) voidEmbeddableInitializerImpl.resetResolvedEntityRegistrations(RowProcessingState rowProcessingState) voidNonAggregatedIdentifierMappingInitializer.resetResolvedEntityRegistrations(RowProcessingState rowProcessingState) voidEmbeddableAssembler.resolveState(RowProcessingState rowProcessingState) voidAggregateEmbeddableInitializerImpl.startLoading(RowProcessingState rowProcessingState) static NestedRowProcessingStateNestedRowProcessingState.wrap(AggregateEmbeddableInitializerImpl aggregateEmbeddableInitializer, RowProcessingState processingState) Method parameters in org.hibernate.sql.results.graph.embeddable.internal with type arguments of type RowProcessingStateModifier and TypeMethodDescriptionprotected voidEmbeddableInitializerImpl.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidNonAggregatedIdentifierMappingInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type RowProcessingStateModifierConstructorDescriptionEmbeddableInitializerData(EmbeddableInitializerImpl initializer, RowProcessingState rowProcessingState) NestedRowProcessingState(AggregateEmbeddableInitializerImpl aggregateEmbeddableInitializer, RowProcessingState processingState) NonAggregatedIdentifierMappingInitializerData(NonAggregatedIdentifierMappingInitializer initializer, RowProcessingState rowProcessingState) -
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 EntityPersisterEntityInitializer.getConcreteDescriptor(RowProcessingState rowProcessingState) default @Nullable ObjectEntityInitializer.getEntityIdentifier(RowProcessingState rowProcessingState) default ObjectEntityInitializer.getTargetInstance(RowProcessingState rowProcessingState) default voidEntityInitializer.resetResolvedEntityRegistrations(RowProcessingState rowProcessingState) Resets the resolved entity registrations by i.e.default @Nullable EntityKeyEntityInitializer.resolveEntityKeyOnly(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 RowProcessingStateModifier and TypeMethodDescriptionEntityAssembler.assemble(RowProcessingState rowProcessingState) protected InitializerDataBatchEntityInsideEmbeddableSelectFetchInitializer.createInitializerData(RowProcessingState rowProcessingState) protected InitializerDataBatchEntitySelectFetchInitializer.createInitializerData(RowProcessingState rowProcessingState) protected InitializerDataBatchInitializeEntitySelectFetchInitializer.createInitializerData(RowProcessingState rowProcessingState) protected InitializerDataDiscriminatedEntityInitializer.createInitializerData(RowProcessingState rowProcessingState) protected InitializerDataEntityDelayedFetchInitializer.createInitializerData(RowProcessingState rowProcessingState) EntityInitializerImpl.createInitializerData(RowProcessingState rowProcessingState) protected InitializerDataEntitySelectFetchInitializer.createInitializerData(RowProcessingState rowProcessingState) static @Nullable EntityPersisterEntityInitializerImpl.determineConcreteEntityDescriptor(RowProcessingState rowProcessingState, @Nullable BasicResultAssembler<?> discriminatorAssembler, EntityPersister entityDescriptor) voidEntityInitializerImpl.resetResolvedEntityRegistrations(RowProcessingState rowProcessingState) @Nullable EntityKeyEntityInitializerImpl.resolveEntityKeyOnly(RowProcessingState rowProcessingState) voidEntityAssembler.resolveState(RowProcessingState rowProcessingState) Method parameters in org.hibernate.sql.results.graph.entity.internal with type arguments of type RowProcessingStateModifier and TypeMethodDescriptionprotected voidDiscriminatedEntityInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidEntityDelayedFetchInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidEntityInitializerImpl.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) protected voidEntitySelectFetchInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type RowProcessingStateModifierConstructorDescriptionAbstractBatchEntitySelectFetchInitializerData(AbstractBatchEntitySelectFetchInitializer<?> initializer, RowProcessingState rowProcessingState) BatchEntityInsideEmbeddableSelectFetchInitializerData(BatchEntityInsideEmbeddableSelectFetchInitializer initializer, RowProcessingState rowProcessingState) BatchEntitySelectFetchInitializerData(BatchEntitySelectFetchInitializer initializer, RowProcessingState rowProcessingState) BatchInitializeEntitySelectFetchInitializerData(BatchInitializeEntitySelectFetchInitializer initializer, RowProcessingState rowProcessingState) DiscriminatedEntityInitializerData(RowProcessingState rowProcessingState) EntityDelayedFetchInitializerData(RowProcessingState rowProcessingState) EntityInitializerData(EntityInitializerImpl initializer, RowProcessingState rowProcessingState) EntitySelectFetchInitializerData(EntitySelectFetchInitializer<?> initializer, 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 RowProcessingStateModifier and TypeMethodDescription@Nullable AArgumentReader.assemble(RowProcessingState rowProcessingState) DynamicInstantiationAssemblerConstructorImpl.assemble(RowProcessingState rowProcessingState) DynamicInstantiationAssemblerInjectionImpl.assemble(RowProcessingState rowProcessingState) List<?>DynamicInstantiationAssemblerListImpl.assemble(RowProcessingState rowProcessingState) Map<?,?> DynamicInstantiationAssemblerMapImpl.assemble(RowProcessingState rowProcessingState) voidArgumentReader.resolveState(RowProcessingState rowProcessingState) voidDynamicInstantiationAssemblerConstructorImpl.resolveState(RowProcessingState rowProcessingState) voidDynamicInstantiationAssemblerInjectionImpl.resolveState(RowProcessingState rowProcessingState) voidDynamicInstantiationAssemblerListImpl.resolveState(RowProcessingState rowProcessingState) voidDynamicInstantiationAssemblerMapImpl.resolveState(RowProcessingState rowProcessingState) -
Uses of RowProcessingState in org.hibernate.sql.results.graph.internal
Methods in org.hibernate.sql.results.graph.internal with parameters of type RowProcessingStateModifier and TypeMethodDescriptionprotected abstract InitializerDataAbstractInitializer.createInitializerData(RowProcessingState rowProcessingState) AbstractInitializer.getData(RowProcessingState rowProcessingState) voidAbstractInitializer.startLoading(RowProcessingState rowProcessingState) Method parameters in org.hibernate.sql.results.graph.internal with type arguments of type RowProcessingStateModifier and TypeMethodDescriptionprotected abstract voidAbstractInitializer.forEachSubInitializer(BiConsumer<Initializer<?>, RowProcessingState> consumer, InitializerData data) -
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.internal
Classes in org.hibernate.sql.results.internal that implement RowProcessingStateModifier and TypeClassDescriptionclassStandard RowProcessingState implementationMethods in org.hibernate.sql.results.internal with parameters of type RowProcessingStateModifier and TypeMethodDescriptionNullValueAssembler.assemble(RowProcessingState rowProcessingState) voidStandardRowReader.finishUp(RowProcessingState rowProcessingState) StandardRowReader.readRow(RowProcessingState rowProcessingState) @Nullable EntityKeyStandardRowReader.resolveSingleResultEntityKey(RowProcessingState rowProcessingState) voidStandardRowReader.startLoading(RowProcessingState processingState) -
Uses of RowProcessingState in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type RowProcessingStateModifier and TypeMethodDescriptionvoidJdbcValuesCacheHit.afterLast(RowProcessingState rowProcessingState) voidJdbcValuesResultSetImpl.afterLast(RowProcessingState rowProcessingState) voidJdbcValuesCacheHit.beforeFirst(RowProcessingState rowProcessingState) voidJdbcValuesResultSetImpl.beforeFirst(RowProcessingState rowProcessingState) voidJdbcValuesCacheHit.finishRowProcessing(RowProcessingState rowProcessingState, boolean wasAdded) voidJdbcValuesResultSetImpl.finishRowProcessing(RowProcessingState rowProcessingState, boolean wasAdded) 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) final 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 final 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 that return RowProcessingStateModifier and TypeMethodDescriptiondefault RowProcessingStateRowProcessingState.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 TypeMethodDescriptionvoidJdbcValues.afterLast(RowProcessingState rowProcessingState) voidJdbcValues.beforeFirst(RowProcessingState rowProcessingState) voidJdbcValues.finishRowProcessing(RowProcessingState rowProcessingState, boolean wasAdded) 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 RowProcessingStateModifier and TypeMethodDescriptionvoidRowReader.finishUp(RowProcessingState processingState) Called at the end of processing all rowsRowReader.readRow(RowProcessingState processingState) The actual coordination of reading a row@Nullable EntityKeyRowReader.resolveSingleResultEntityKey(RowProcessingState rowProcessingState) voidRowReader.startLoading(RowProcessingState processingState) Called before reading the first row.