org.broadleafcommerce.profile.core.dao
Interface IdGenerationDao
- All Known Implementing Classes:
- IdGenerationDaoImpl
public interface IdGenerationDao
findNextId
IdGeneration findNextId(String idType)
throws javax.persistence.OptimisticLockException,
Exception
- Throws:
javax.persistence.OptimisticLockException
Exception
findNextId
IdGeneration findNextId(String idType,
Long batchSize)
throws javax.persistence.OptimisticLockException,
Exception
- Throws:
javax.persistence.OptimisticLockException
Exception
Copyright © 2013. All Rights Reserved.