ch.qos.logback.audit.persistent
Class AuditEventDAO
java.lang.Object
ch.qos.logback.audit.persistent.Persistor
ch.qos.logback.audit.persistent.AuditEventDAO
public class AuditEventDAO
- extends Persistor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditEventDAO
public AuditEventDAO()
findById
public static AuditEvent findById(Long id)
throws org.hibernate.HibernateException
- Throws:
org.hibernate.HibernateException
findAll
public static List<AuditEvent> findAll()
throws org.hibernate.HibernateException
- Throws:
org.hibernate.HibernateException
findMaxSubject
public static List<Object[]> findMaxSubject()
throws org.hibernate.HibernateException
- Throws:
org.hibernate.HibernateException
findMaxObject
public static List<Object[]> findMaxObject()
throws org.hibernate.HibernateException
- Throws:
org.hibernate.HibernateException
Copyright © 2013. All Rights Reserved.