Interface ReactivePreAction

All Superinterfaces:
org.hibernate.sql.exec.spi.PreAction, org.hibernate.sql.exec.spi.SecondaryAction

public interface ReactivePreAction extends org.hibernate.sql.exec.spi.PreAction
Reactive version of PreAction
  • Method Summary

    Modifier and Type
    Method
    Description
    reactivePerformPreAction(ReactiveConnection connection, org.hibernate.sql.exec.spi.ExecutionContext executionContext)
     

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

    performPreAction