public class RuleTemplateAttributeDAOJpaImpl extends Object implements RuleTemplateAttributeDAO
| Constructor and Description | 
|---|
| RuleTemplateAttributeDAOJpaImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| RuleTemplateAttributeBo | findByRuleTemplateAttributeId(String ruleTemplateAttributeId) | 
| javax.persistence.EntityManager | getEntityManager() | 
| void | save(RuleTemplateAttributeBo ruleTemplateAttribute) | 
| void | setEntityManager(javax.persistence.EntityManager entityManager) | 
public RuleTemplateAttributeDAOJpaImpl()
public RuleTemplateAttributeBo findByRuleTemplateAttributeId(String ruleTemplateAttributeId)
findByRuleTemplateAttributeId in interface RuleTemplateAttributeDAOpublic void save(RuleTemplateAttributeBo ruleTemplateAttribute)
save in interface RuleTemplateAttributeDAOpublic javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.