Class SqlFileInsertQuery.SqlFilePostInsertContext<E>

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

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

    • SqlFilePostInsertContext

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