Class PreDeleteHandling

java.lang.Object
org.hibernate.action.queue.spi.decompose.entity.PreDeleteHandling
All Implemented Interfaces:
PreExecutionCallback

@Incubating public class PreDeleteHandling extends Object implements PreExecutionCallback
Pre-execution callback for entity delete actions.
Since:
8.0
  • Constructor Details

    • PreDeleteHandling

      public PreDeleteHandling(org.hibernate.action.internal.EntityDeleteAction action)
  • Method Details