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 JoinTable Indicates a many to many relationship.
A join table will be created, using the specified table name and column name.
If it exists several many to many relationships between the two same entities, the tableName or joinProperty can be used to avoid ambiguity. -
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.