ch.qos.logback.audit.persistent
Class AuditEventDAO

java.lang.Object
  extended by ch.qos.logback.audit.persistent.Persistor
      extended by ch.qos.logback.audit.persistent.AuditEventDAO

public class AuditEventDAO
extends Persistor


Constructor Summary
AuditEventDAO()
           
 
Method Summary
static List<AuditEvent> findAll()
           
static AuditEvent findById(Long id)
           
static List<Object[]> findMaxObject()
           
static List<Object[]> findMaxSubject()
           
 
Methods inherited from class ch.qos.logback.audit.persistent.Persistor
close, close, createConfiguration, delete, openSession, resetConfiguration, save, setConfiguration, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditEventDAO

public AuditEventDAO()
Method Detail

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.