Interface PropertyNameGetter
-
- All Known Implementing Classes:
EntityPropertyName
,ModifiedFlagPropertyName
,OriginalIdPropertyName
,RevisionNumberPropertyName
,RevisionPropertyPropertyName
,RevisionTypePropertyName
public interface PropertyNameGetter
Provides a function to get the name of a property, which is used in a query, to apply some restrictions on it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
get(Configuration configuration)
-
-
-
Method Detail
-
get
String get(Configuration configuration)
- Parameters:
configuration
- the envers configuration- Returns:
- Name of the property, to be used in a query.
-
-