@PermitAll public class JpaLoggingDao extends com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<Log,java.lang.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 java.lang.String |
getColName(java.lang.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()
getEntityManager in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<Log,java.lang.Long>protected java.lang.String getColName(java.lang.String colName)
getColName in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<Log,java.lang.Long>public QueryResult<Log> getLogs(LogCriteria criteria)
LoggingDaogetLogs in interface LoggingDaoLogs.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.