Class SqlFileBatchDeleteQuery.SqlFileBatchPreDeleteContext<E>

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

protected static class SqlFileBatchDeleteQuery.SqlFileBatchPreDeleteContext<E> extends AbstractPreDeleteContext<E>
A context for pre-delete entity lifecycle callbacks.
  • Constructor Details

    • SqlFileBatchPreDeleteContext

      public SqlFileBatchPreDeleteContext(EntityType<E> entityType, Method method, Config config)
      Constructs a new instance with the specified entity information.
      Parameters:
      entityType - the entity type
      method - the method
      config - the configuration