Package org.kuali.rice.kew.rule.dao.impl
Class RuleAttributeDAOJpa
java.lang.Object
org.kuali.rice.kew.rule.dao.impl.RuleAttributeDAOJpa
- All Implemented Interfaces:
RuleAttributeDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfindByClassName(String classname) findByName(String name) findByRuleAttribute(RuleAttribute ruleAttribute) findByRuleAttributeId(String ruleAttributeId) javax.persistence.EntityManagervoidsave(RuleAttribute ruleAttribute) voidsetDataObjectService(DataObjectService dataObjectService) voidsetEntityManager(javax.persistence.EntityManager entityManager)
-
Constructor Details
-
RuleAttributeDAOJpa
public RuleAttributeDAOJpa()
-
-
Method Details
-
save
- Specified by:
savein interfaceRuleAttributeDAO
-
delete
- Specified by:
deletein interfaceRuleAttributeDAO
-
findByRuleAttributeId
- Specified by:
findByRuleAttributeIdin interfaceRuleAttributeDAO
-
findByRuleAttribute
- Specified by:
findByRuleAttributein interfaceRuleAttributeDAO
-
getAllRuleAttributes
- Specified by:
getAllRuleAttributesin interfaceRuleAttributeDAO
-
findByName
- Specified by:
findByNamein interfaceRuleAttributeDAO
-
findByClassName
- Specified by:
findByClassNamein interfaceRuleAttributeDAO
-
getDataObjectService
-
setDataObjectService
-
getEntityManager
public javax.persistence.EntityManager getEntityManager()- Returns:
- the entityManager
-
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager) - Parameters:
entityManager- the entityManager to set
-