Uses of Interface
com.github.inspektr.audit.support.WhereClauseMatchCriteria

Packages that use WhereClauseMatchCriteria
com.github.inspektr.audit.support   
 

Uses of WhereClauseMatchCriteria in com.github.inspektr.audit.support
 

Classes in com.github.inspektr.audit.support that implement WhereClauseMatchCriteria
 class AbstractWhereClauseMatchCriteria
          Match criteria defined in terms of a SQL where clause limiter.
 class MaxAgeWhereClauseMatchCriteria
          Produces a where clause to select audit records older than some arbitrary cutoff age in days.
 class NoMatchWhereClauseMatchCriteria
          Constructs a where clause that matches no records.
 

Methods in com.github.inspektr.audit.support with parameters of type WhereClauseMatchCriteria
 void JdbcAuditTrailManager.setCleanupCriteria(WhereClauseMatchCriteria criteria)
           
 



Copyright © 2007-2011 Rutgers, the State University of New Jersey. All Rights Reserved.