Class SqlFileDeleteQuery.SqlFilePostDeleteContext<E>

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

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

    • SqlFilePostDeleteContext

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