Class AutoBatchDeleteQuery.AutoBatchPostDeleteContext<E>

Type Parameters:
E - the entity type
All Implemented Interfaces:
PostDeleteContext<E>
Enclosing class:
AutoBatchDeleteQuery<ENTITY>

protected static class AutoBatchDeleteQuery.AutoBatchPostDeleteContext<E> extends AbstractPostDeleteContext<E>
The context class for post-delete processing in batch operations.
  • Constructor Details

    • AutoBatchPostDeleteContext

      public AutoBatchPostDeleteContext(EntityType<E> entityType, Method method, Config config)
      Constructs an instance.
      Parameters:
      entityType - the entity type
      method - the method
      config - the configuration