* Create restrictions, projections and specify order for a property of the revision entity,
* corresponding to an audited entity.
* @param propertyName Name of the property.
*/
public static AuditProperty<Object> revisionProperty(String propertyName) {
return new AuditProperty<Object>(new RevisionPropertyPropertyName(propertyName));
}