References
annotation class References(val name: String = "", val propertyName: String = "", val refTablePropertyName: String = "")(source)
Specify the mapped column for an entity property, and bind this column to a reference table. Typically, this column is a foreign key in relational databases. Entity sequence APIs would automatically left-join all references (recursively) by default.