@PermitAll public class JpaSavedDocumentDao extends com.whitestein.lsps.common.jpa.AbstractJpaEntityDao<SavedDocument> implements SavedDocumentDao
| Constructor and Description |
|---|
JpaSavedDocumentDao()
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult<SavedDocument> |
findByCriteria(SavedDocumentCriteria criteria)
Returns saved documents which fulfill the given criteria.
|
protected javax.persistence.EntityManager |
getEntityManager() |
clear, contains, findById, findById, flush, getColName, getEntityClass, getEntityName, getReferenceById, merge, persist, refresh, refresh, remove, setEntityClass, setLockModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected javax.persistence.EntityManager getEntityManager()
getEntityManager in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<SavedDocument,Long>public QueryResult<SavedDocument> findByCriteria(SavedDocumentCriteria criteria)
SavedDocumentDaofindByCriteria in interface SavedDocumentDaoCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.