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 Class Description ForeignTable Indicates a foreign key exists on the linked entity.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.