Class SqlFileBatchDeleteQuery.SqlFileBatchPostDeleteContext<E>

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

protected static class SqlFileBatchDeleteQuery.SqlFileBatchPostDeleteContext<E> extends AbstractPostDeleteContext<E>
A context for post-delete entity lifecycle callbacks.
  • Constructor Details

    • SqlFileBatchPostDeleteContext

      public SqlFileBatchPostDeleteContext(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