Interface PreExecutionCallback

All Known Implementing Classes:
PreDeleteHandling

@Incubating public interface PreExecutionCallback
Callback invoked immediately before executing a planned operation.
Since:
8.0
  • Method Details

    • beforeExecution

      boolean beforeExecution(SessionImplementor session)
      Returns:
      true to execute the operation; false to skip it.