Class RevisionPropertyPropertyName
- java.lang.Object
-
- org.hibernate.envers.query.internal.property.RevisionPropertyPropertyName
-
- All Implemented Interfaces:
PropertyNameGetter
public class RevisionPropertyPropertyName extends Object implements PropertyNameGetter
Used for specifying restrictions on a property of the revision entity, which is associated with an audit entity.
-
-
Constructor Summary
Constructors Constructor Description RevisionPropertyPropertyName(String propertyName)
-
-
-
Constructor Detail
-
RevisionPropertyPropertyName
public RevisionPropertyPropertyName(String propertyName)
-
-
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.
-
-