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 Summary
Constructors Constructor Description RevisionTypePropertyName()
-
-
-
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.
-
-