Class SqlFileBatchInsertQuery.SqlFileBatchPreInsertContext<E>

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

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

    • SqlFileBatchPreInsertContext

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