Interface ReactiveAbstractDeleteCoordinator
- All Known Implementing Classes:
 ReactiveDeleteCoordinator,ReactiveDeleteCoordinatorSoft
public interface ReactiveAbstractDeleteCoordinator
With this interface we can have multiple delete coordinators that extend 
AbstractDeleteCoordinator.- 
Method Summary
Modifier and TypeMethodDescriptionreactiveDelete(Object entity, Object id, Object version, SharedSessionContractImplementor session)  
- 
Method Details