@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, setLockModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic JpaLoggingDao()
public JpaLoggingDao(javax.persistence.EntityManager em)
JpaLoggingDao.em - protected javax.persistence.EntityManager getEntityManager()
public QueryResult<Log> getLogs(LogCriteria criteria)
LoggingDaogetLogs in interface LoggingDaoLogs.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.