org.kuali.rice.kew.rule.dao.impl
Class RuleTemplateAttributeDAOJpaImpl

java.lang.Object
  extended by org.kuali.rice.kew.rule.dao.impl.RuleTemplateAttributeDAOJpaImpl
All Implemented Interfaces:
RuleTemplateAttributeDAO

public class RuleTemplateAttributeDAOJpaImpl
extends Object
implements RuleTemplateAttributeDAO


Constructor Summary
RuleTemplateAttributeDAOJpaImpl()
           
 
Method Summary
 RuleTemplateAttribute findByRuleTemplateAttributeId(Long ruleTemplateAttributeId)
           
 javax.persistence.EntityManager getEntityManager()
           
 void save(RuleTemplateAttribute ruleTemplateAttribute)
           
 void setEntityManager(javax.persistence.EntityManager entityManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleTemplateAttributeDAOJpaImpl

public RuleTemplateAttributeDAOJpaImpl()
Method Detail

findByRuleTemplateAttributeId

public RuleTemplateAttribute findByRuleTemplateAttributeId(Long ruleTemplateAttributeId)
Specified by:
findByRuleTemplateAttributeId in interface RuleTemplateAttributeDAO

save

public void save(RuleTemplateAttribute ruleTemplateAttribute)
Specified by:
save in interface RuleTemplateAttributeDAO

getEntityManager

public javax.persistence.EntityManager getEntityManager()

setEntityManager

public void setEntityManager(javax.persistence.EntityManager entityManager)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.