public class SessionDocumentDaoJpa extends Object implements SessionDocumentDao
Constructor and Description |
---|
SessionDocumentDaoJpa() |
Modifier and Type | Method and Description |
---|---|
javax.persistence.EntityManager |
getEntityManager() |
void |
purgeAllSessionDocuments(Timestamp expirationDate) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public SessionDocumentDaoJpa()
public void purgeAllSessionDocuments(Timestamp expirationDate)
purgeAllSessionDocuments
in interface SessionDocumentDao
SessionDocumentDao.purgeAllSessionDocuments(java.sql.Timestamp)
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager
- the entityManager to setCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.