Class SqlFileDeleteQuery.SqlFilePreDeleteContext<E>

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

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

    • SqlFilePreDeleteContext

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