65666768697071
/** * Create restrictions, projections and specify order for the revision number, corresponding to an * audited entity. */ public static AuditProperty<Number> revisionNumber() { return new AuditProperty<Number>( new RevisionNumberPropertyName() ); }