Uses of Package
net.lecousin.reactive.data.relational.annotations
-
Classes in net.lecousin.reactive.data.relational.annotations used by net.lecousin.reactive.data.relational.annotations Class Description ForeignKey.OnForeignDeleted GeneratedValue.Strategy Index Define an index on a table. -
Classes in net.lecousin.reactive.data.relational.annotations used by net.lecousin.reactive.data.relational.model.metadata Class Description 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.GeneratedValue.Strategy -
Classes in net.lecousin.reactive.data.relational.annotations used by net.lecousin.reactive.data.relational.schema.dialect Class Description ColumnDefinition Allow to specify information about a column to generate the schema.