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.OptimisticLockException
Exception
IdGeneration findNextId(String idType, Long batchSize) throws javax.persistence.OptimisticLockException, Exception
javax.persistence.OptimisticLockException
Exception
Copyright © 2022. All rights reserved.