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
queryCacheableKey
protected java.lang.String queryCacheableKey
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)
getQueryCacheableKey
public java.lang.String getQueryCacheableKey()
setQueryCacheableKey
public void setQueryCacheableKey(java.lang.String queryCacheableKey)
Copyright © 2011. All Rights Reserved.