org.hibernate.envers.query.criteria
Class PropertyAuditExpression

java.lang.Object
  extended by org.hibernate.envers.query.criteria.PropertyAuditExpression
All Implemented Interfaces:
AuditCriterion

public class PropertyAuditExpression
extends Object
implements AuditCriterion

Author:
Adam Warski (adam at warski dot org)

Constructor Summary
PropertyAuditExpression(PropertyNameGetter propertyNameGetter, String otherPropertyName, String op)
           
 
Method Summary
 void addToQuery(AuditConfiguration auditCfg, String entityName, QueryBuilder qb, Parameters parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAuditExpression

public PropertyAuditExpression(PropertyNameGetter propertyNameGetter,
                               String otherPropertyName,
                               String op)
Method Detail

addToQuery

public void addToQuery(AuditConfiguration auditCfg,
                       String entityName,
                       QueryBuilder qb,
                       Parameters parameters)
Specified by:
addToQuery in interface AuditCriterion


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.