Class AutoBatchDeleteQuery.AutoBatchPreDeleteContext<E>

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

protected static class AutoBatchDeleteQuery.AutoBatchPreDeleteContext<E> extends AbstractPreDeleteContext<E>
The context class for pre-delete processing in batch operations.
  • Constructor Details

    • AutoBatchPreDeleteContext

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