Interface ReactiveJdbcSelect
- All Superinterfaces:
org.hibernate.sql.exec.spi.CacheableJdbcOperation,org.hibernate.sql.exec.spi.JdbcOperation,org.hibernate.sql.exec.spi.JdbcSelect,org.hibernate.sql.exec.spi.PrimaryOperation
public interface ReactiveJdbcSelect
extends org.hibernate.sql.exec.spi.JdbcSelect
Reactive version of
JdbcSelect-
Method Summary
Modifier and TypeMethodDescriptionreactivePerformPostActions(boolean succeeded, ReactiveConnection connection, org.hibernate.sql.exec.spi.ExecutionContext executionContext, org.hibernate.sql.exec.spi.LoadedValuesCollector loadedValuesCollector) reactivePerformPreActions(ReactiveConnection connection, org.hibernate.sql.exec.spi.ExecutionContext executionContext) Methods inherited from interface org.hibernate.sql.exec.spi.CacheableJdbcOperation
dependsOnParameterBindings, isCompatibleWithMethods inherited from interface org.hibernate.sql.exec.spi.JdbcOperation
getParameterBinders, getSqlStringMethods inherited from interface org.hibernate.sql.exec.spi.JdbcSelect
getJdbcValuesMappingProducer, getLimitParameter, getLoadedValuesCollectorFactory, getLockStrategy, getMaxRows, getRowsToSkip, performPostActions, performPreActions, usesLimitParametersMethods inherited from interface org.hibernate.sql.exec.spi.PrimaryOperation
getAffectedTableNames
-
Method Details
-
reactivePerformPreActions
CompletionStage<Void> reactivePerformPreActions(ReactiveConnection connection, org.hibernate.sql.exec.spi.ExecutionContext executionContext) -
reactivePerformPostActions
CompletionStage<Void> reactivePerformPostActions(boolean succeeded, ReactiveConnection connection, org.hibernate.sql.exec.spi.ExecutionContext executionContext, org.hibernate.sql.exec.spi.LoadedValuesCollector loadedValuesCollector)
-