Class SqlFileBatchInsertQuery.SqlFileBatchPostInsertContext<E>

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

protected static class SqlFileBatchInsertQuery.SqlFileBatchPostInsertContext<E> extends AbstractPostInsertContext<E>
A context for post-insert entity lifecycle callbacks.
  • Constructor Details

    • SqlFileBatchPostInsertContext

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