Class PreDeleteHandling
java.lang.Object
org.hibernate.action.queue.spi.decompose.entity.PreDeleteHandling
- All Implemented Interfaces:
PreExecutionCallback
Pre-execution callback for entity delete actions.
- Since:
- 8.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbeforeExecution(SessionImplementor session) booleanisVeto()
-
Constructor Details
-
PreDeleteHandling
public PreDeleteHandling(org.hibernate.action.internal.EntityDeleteAction action)
-
-
Method Details
-
beforeExecution
- Specified by:
beforeExecutionin interfacePreExecutionCallback- Returns:
trueto execute the operation;falseto skip it.
-
isVeto
public boolean isVeto()
-