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 Type
    Method
    Description
    reactivePerformPostActions(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, isCompatibleWith

    Methods inherited from interface org.hibernate.sql.exec.spi.JdbcOperation

    getParameterBinders, getSqlString

    Methods inherited from interface org.hibernate.sql.exec.spi.JdbcSelect

    getJdbcValuesMappingProducer, getLimitParameter, getLoadedValuesCollectorFactory, getLockStrategy, getMaxRows, getRowsToSkip, performPostActions, performPreActions, usesLimitParameters

    Methods 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)