@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, setLockMode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected javax.persistence.EntityManager getEntityManager()
getEntityManager
in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<SavedDocument,Long>
public QueryResult<SavedDocument> findByCriteria(SavedDocumentCriteria criteria)
SavedDocumentDao
findByCriteria
in interface SavedDocumentDao
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.