Class AutoBatchInsertQuery.AutoBatchPostInsertContext<E>

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

protected static class AutoBatchInsertQuery.AutoBatchPostInsertContext<E> extends AbstractPostInsertContext<E>
The context class for post-insert batch processing.

This context is used during the post-insert phase of batch insert operations to provide entity-specific processing after database operations have been executed.

  • Constructor Details

    • AutoBatchPostInsertContext

      public AutoBatchPostInsertContext(EntityType<E> entityType, Method method, Config config, DuplicateKeyType duplicateKeyType)
      Constructs an instance.
      Parameters:
      entityType - the entity type
      method - the method
      config - the configuration
      duplicateKeyType - the strategy for handling duplicate keys