Class RevisionNumberPropertyName

java.lang.Object
org.hibernate.envers.query.internal.property.RevisionNumberPropertyName
All Implemented Interfaces:
PropertyNameGetter

public class RevisionNumberPropertyName extends Object implements PropertyNameGetter
Used for specifying restrictions on the revision number, corresponding to an audit entity.
  • Constructor Details

    • RevisionNumberPropertyName

      public RevisionNumberPropertyName()
  • Method Details

    • get

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