Class AutoBatchInsertQuery.AutoBatchPreInsertContext<E>

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

protected static class AutoBatchInsertQuery.AutoBatchPreInsertContext<E> extends AbstractPreInsertContext<E>
The context class for pre-insert batch processing.

This context is used during the pre-insert phase of batch insert operations to provide entity-specific processing.

  • Constructor Details

    • AutoBatchPreInsertContext

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