org.hibernate.envers.query.property
Class RevisionTypePropertyName

java.lang.Object
  extended by org.hibernate.envers.query.property.RevisionTypePropertyName
All Implemented Interfaces:
PropertyNameGetter

public class RevisionTypePropertyName
extends Object
implements PropertyNameGetter

Used for specifying restrictions on the revision number, corresponding to an audit entity.


Constructor Summary
RevisionTypePropertyName()
           
 
Method Summary
 String get(AuditConfiguration auditCfg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionTypePropertyName

public RevisionTypePropertyName()
Method Detail

get

public String get(AuditConfiguration auditCfg)
Specified by:
get in interface PropertyNameGetter
Parameters:
auditCfg - Audit configuration.
Returns:
Name of the property, to be used in a query.


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