* Create restrictions on an id of a related entity.
*
* @param propertyName Name of the property, which is the relation.
*/
public static AuditRelatedId relatedId(String propertyName) {
return new AuditRelatedId( new EntityPropertyName( propertyName ) );
}