55565758596061
/** * 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()); }
62636465666768
60616263646566