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 java.lang.Object
- implements IdGenerationDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultBatchSize
protected java.lang.Long defaultBatchSize
defaultBatchStart
protected java.lang.Long defaultBatchStart
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
IdGenerationDaoImpl
public IdGenerationDaoImpl()
findNextId
public IdGeneration findNextId(java.lang.String idType)
throws javax.persistence.OptimisticLockException,
java.lang.Exception
- Specified by:
findNextId in interface IdGenerationDao
- Throws:
javax.persistence.OptimisticLockException
java.lang.Exception
getDefaultBatchSize
public java.lang.Long getDefaultBatchSize()
setDefaultBatchSize
public void setDefaultBatchSize(java.lang.Long defaultBatchSize)
getDefaultBatchStart
public java.lang.Long getDefaultBatchStart()
setDefaultBatchStart
public void setDefaultBatchStart(java.lang.Long defaultBatchStart)
Copyright © 2012. All Rights Reserved.