Class SqlFileInsertQuery.SqlFilePreInsertContext<E>

Type Parameters:
E - the entity type
All Implemented Interfaces:
PreInsertContext<E>
Enclosing class:
SqlFileInsertQuery

protected static class SqlFileInsertQuery.SqlFilePreInsertContext<E> extends AbstractPreInsertContext<E>
A context for pre-insert entity lifecycle callbacks.
  • Constructor Details

    • SqlFilePreInsertContext

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