public interface IdGenerationDao
| Modifier and Type | Method and Description |
|---|---|
IdGeneration |
findNextId(String idType) |
IdGeneration |
findNextId(String idType,
Long batchSize) |
IdGeneration findNextId(String idType) throws javax.persistence.OptimisticLockException, Exception
javax.persistence.OptimisticLockExceptionExceptionIdGeneration findNextId(String idType, Long batchSize) throws javax.persistence.OptimisticLockException, Exception
javax.persistence.OptimisticLockExceptionExceptionCopyright © 2022. All rights reserved.