org.hibernate.envers.query.projection
Class PropertyAuditProjection
java.lang.Object
   org.hibernate.envers.query.projection.PropertyAuditProjection
org.hibernate.envers.query.projection.PropertyAuditProjection
- All Implemented Interfaces: 
- AuditProjection
- public class PropertyAuditProjection 
- extends Object- implements AuditProjection
- Author:
- Adam Warski (adam at warski dot org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertyAuditProjection
public PropertyAuditProjection(PropertyNameGetter propertyNameGetter,
                               String function,
                               boolean distinct)
getData
public Triple<String,String,Boolean> getData(AuditConfiguration auditCfg)
- 
- Specified by:
- getDatain interface- AuditProjection
 
- 
- Parameters:
- auditCfg- Configuration.
- Returns:
- A triple: (function name - possibly null, property name, add distinct?).
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.