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 Summary
Constructors Constructor Description OriginalIdPropertyName(String idPropertyName)
-
-
-
Constructor Detail
-
OriginalIdPropertyName
public OriginalIdPropertyName(String idPropertyName)
-
-
Method Detail
-
get
public String get(Configuration configuration)
- Specified by:
get
in interfacePropertyNameGetter
- Parameters:
configuration
- the envers configuration- Returns:
- Name of the property, to be used in a query.
-
-