org.kuali.rice.kew.responsibility.dao.impl
Class ResponsibilityIdDAOJpaImpl

java.lang.Object
  extended by org.kuali.rice.kew.responsibility.dao.impl.ResponsibilityIdDAOJpaImpl
All Implemented Interfaces:
ResponsibilityIdDAO

public class ResponsibilityIdDAOJpaImpl
extends Object
implements ResponsibilityIdDAO


Constructor Summary
ResponsibilityIdDAOJpaImpl()
           
 
Method Summary
 javax.persistence.EntityManager getEntityManager()
           
 String getNewResponsibilityId()
           
protected  DatabasePlatform getPlatform()
           
 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

ResponsibilityIdDAOJpaImpl

public ResponsibilityIdDAOJpaImpl()
Method Detail

getNewResponsibilityId

public String getNewResponsibilityId()
Specified by:
getNewResponsibilityId in interface ResponsibilityIdDAO

getPlatform

protected DatabasePlatform getPlatform()

getEntityManager

public javax.persistence.EntityManager getEntityManager()

setEntityManager

public void setEntityManager(javax.persistence.EntityManager entityManager)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.