@PermitAll public class JpaLoggingDao extends com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<Log,Long> implements LoggingDao
LoggingDao
.Constructor and Description |
---|
JpaLoggingDao()
Creates new instance.
|
JpaLoggingDao(javax.persistence.EntityManager em)
Creates new instance of
JpaLoggingDao . |
Modifier and Type | Method and Description |
---|---|
protected String |
getColName(String colName) |
protected javax.persistence.EntityManager |
getEntityManager() |
QueryResult<Log> |
getLogs(LogCriteria criteria)
Returns log entries for the given criteria
|
clear, contains, findById, findById, findByIds, flush, getEntityClass, getEntityName, getReferenceById, merge, persist, refresh, refresh, remove, setEntityClass, setLockMode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JpaLoggingDao()
public JpaLoggingDao(javax.persistence.EntityManager em)
JpaLoggingDao
.em
- protected javax.persistence.EntityManager getEntityManager()
public QueryResult<Log> getLogs(LogCriteria criteria)
LoggingDao
getLogs
in interface LoggingDao
Log
s.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.