org.kuali.rice.krad.dao.impl
Class SessionDocumentDaoJpa
java.lang.Object
org.kuali.rice.krad.dao.impl.SessionDocumentDaoJpa
- All Implemented Interfaces:
- SessionDocumentDao
public class SessionDocumentDaoJpa
- extends Object
- implements SessionDocumentDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionDocumentDaoJpa
public SessionDocumentDaoJpa()
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-2011 The Kuali Foundation. All Rights Reserved.