org.broadleafcommerce.profile.core.dao
Class IdGenerationDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.IdGenerationDaoImpl
- All Implemented Interfaces:
- IdGenerationDao
@Repository(value="blIdGenerationDao")
public class IdGenerationDaoImpl
- extends Object
- implements IdGenerationDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultBatchSize
protected Long defaultBatchSize
defaultBatchStart
protected Long defaultBatchStart
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
IdGenerationDaoImpl
public IdGenerationDaoImpl()
findNextId
public IdGeneration findNextId(String idType)
throws javax.persistence.OptimisticLockException,
Exception
- Specified by:
findNextId in interface IdGenerationDao
- Throws:
javax.persistence.OptimisticLockException
Exception
getDefaultBatchSize
public Long getDefaultBatchSize()
setDefaultBatchSize
public void setDefaultBatchSize(Long defaultBatchSize)
getDefaultBatchStart
public Long getDefaultBatchStart()
setDefaultBatchStart
public void setDefaultBatchStart(Long defaultBatchStart)
Copyright © 2012. All Rights Reserved.