Package net.lecousin.reactive.data.relational.annotations
-
Enum Summary Enum Description ForeignKey.OnForeignDeleted -
Annotation Types Summary Annotation Type Description ColumnDefinition Allow to specify information about a column to generate the schema.CompositeId For entities without an @Id property, specifies the columns to use as a unique key.ForeignKey Indicates that a field is a foreign key to another table.ForeignTable Indicates a foreign key exists on the linked entity.GeneratedValue Indicates a value being generated by the database system.Index Define an index on a table.Indexes List of indexes.