Class RevisionTypePropertyName

java.lang.Object
org.hibernate.envers.query.internal.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 Details

    • RevisionTypePropertyName

      public RevisionTypePropertyName()
  • 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.