public class CodeGeneratorLocksDao extends GenericEntityDao<CodeGeneratorLocksEntity> implements CodeGeneratorLocksDaoApi
em, enableMaxIdFetch, entityClass, maxInClauseElements| Constructor and Description |
|---|
CodeGeneratorLocksDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanLocks(String key,
String pendingKey,
String namespace) |
void |
createLock(String code,
String key,
String namespace) |
void |
removeLock(String code,
String key,
String namespace) |
buildQuery, entityExists, find, findAll, findByIds, findByIds, getEm, getEntityClass, merge, persist, remove, setEm, setEnableMaxIdFetch, setMaxInClauseElements, update, verifyResultspublic CodeGeneratorLocksDao()
@Transactional(propagation=REQUIRES_NEW) public void createLock(String code, String key, String namespace)
createLock in interface CodeGeneratorLocksDaoApi@Transactional public void removeLock(String code, String key, String namespace)
removeLock in interface CodeGeneratorLocksDaoApi@Transactional public void cleanLocks(String key, String pendingKey, String namespace)
cleanLocks in interface CodeGeneratorLocksDaoApiCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.