Interface BulkIdGenerator

All Known Implementing Classes:
ResettableTableHiLoGenerator, ResettableTableHiLoGeneratorV5

public interface BulkIdGenerator
Supports generation of ids in batches.
Since:
9.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object obj, int count)
     
  • Method Details