Class OriginalIdPropertyName

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

public class OriginalIdPropertyName extends Object implements PropertyNameGetter
Used for specifying restrictions on the identifier.
  • Constructor Details

    • OriginalIdPropertyName

      public OriginalIdPropertyName(String idPropertyName)
  • 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.