org.broadleafcommerce.openadmin.server.dao
Class SandBoxIdGenerationDaoImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.dao.SandBoxIdGenerationDaoImpl
- All Implemented Interfaces:
- SandBoxIdGenerationDao
public class SandBoxIdGenerationDaoImpl
- extends java.lang.Object
- implements SandBoxIdGenerationDao
| 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
queryCacheableKey
protected java.lang.String queryCacheableKey
SandBoxIdGenerationDaoImpl
public SandBoxIdGenerationDaoImpl()
findNextId
public SandBoxIdGeneration findNextId(java.lang.String idType)
throws javax.persistence.OptimisticLockException,
java.lang.Exception
- Specified by:
findNextId in interface SandBoxIdGenerationDao
- 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.