Class PostgresSequenceIdGenerator

All Implemented Interfaces:
PlatformIdGenerator

public class PostgresSequenceIdGenerator extends SequenceBatchIdGenerator
Postgres specific sequence Id Generator.
  • Constructor Details

    • PostgresSequenceIdGenerator

      public PostgresSequenceIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int batchSize)
      Construct given a dataSource and sql to return the next sequence value.
  • Method Details