org.kuali.rice.krad.dao.impl
Class SessionDocumentDaoJpa

java.lang.Object
  extended by org.kuali.rice.krad.dao.impl.SessionDocumentDaoJpa
All Implemented Interfaces:
SessionDocumentDao

public class SessionDocumentDaoJpa
extends Object
implements SessionDocumentDao


Constructor Summary
SessionDocumentDaoJpa()
           
 
Method Summary
 javax.persistence.EntityManager getEntityManager()
           
 void purgeAllSessionDocuments(Timestamp expirationDate)
           
 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

SessionDocumentDaoJpa

public SessionDocumentDaoJpa()
Method Detail

purgeAllSessionDocuments

public void purgeAllSessionDocuments(Timestamp expirationDate)
Specified by:
purgeAllSessionDocuments in interface SessionDocumentDao
See Also:
SessionDocumentDao.purgeAllSessionDocuments(java.sql.Timestamp)

getEntityManager

public javax.persistence.EntityManager getEntityManager()
Returns:
the entityManager

setEntityManager

public void setEntityManager(javax.persistence.EntityManager entityManager)
Parameters:
entityManager - the entityManager to set


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