Class IdGenerationServiceImpl.Id

java.lang.Object
org.broadleafcommerce.common.id.service.IdGenerationServiceImpl.Id
Enclosing class:
IdGenerationServiceImpl

protected class IdGenerationServiceImpl.Id extends Object
  • Field Details

    • nextId

      public Long nextId
    • batchSize

      public Long batchSize
  • Constructor Details

    • Id

      public Id(Long nextId, Long batchSize)