Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Ignore the annotated property, not generating the column definition.
Link copied to clipboard
Mark the annotated column as a primary key.
Link copied to clipboard
annotation class References(val name: String = "", val propertyName: String = "", val refTablePropertyName: String = "")
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.