public class CodeGeneratorLocksDao extends GenericEntityDao<CodeGeneratorLocksEntity> implements CodeGeneratorLocksDaoApi
em, 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) |
entityExists, find, findAll, findByIds, findByIds, getEm, getEntityClass, merge, persist, remove, setEm, setMaxInClauseElements, verifyResults
public 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 CodeGeneratorLocksDaoApi
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.