public class RuleAttributeDAOJpaImpl extends Object implements RuleAttributeDAO
| Constructor and Description |
|---|
RuleAttributeDAOJpaImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String ruleAttributeId) |
List<RuleAttribute> |
findByClassName(String classname) |
RuleAttribute |
findByName(String name) |
List<RuleAttribute> |
findByRuleAttribute(RuleAttribute ruleAttribute) |
RuleAttribute |
findByRuleAttributeId(String ruleAttributeId) |
List<RuleAttribute> |
getAllRuleAttributes() |
javax.persistence.EntityManager |
getEntityManager() |
void |
save(RuleAttribute ruleAttribute) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public RuleAttributeDAOJpaImpl()
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager - the entityManager to setpublic void save(RuleAttribute ruleAttribute)
save in interface RuleAttributeDAOpublic void delete(String ruleAttributeId)
delete in interface RuleAttributeDAOpublic RuleAttribute findByRuleAttributeId(String ruleAttributeId)
findByRuleAttributeId in interface RuleAttributeDAOpublic List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)
findByRuleAttribute in interface RuleAttributeDAOpublic List<RuleAttribute> getAllRuleAttributes()
getAllRuleAttributes in interface RuleAttributeDAOpublic RuleAttribute findByName(String name)
findByName in interface RuleAttributeDAOpublic List<RuleAttribute> findByClassName(String classname)
findByClassName in interface RuleAttributeDAOCopyright © 2005–2016 The Kuali Foundation. All rights reserved.