Annotation Interface SecondaryTables


@Target(TYPE) @Retention(RUNTIME) public @interface SecondaryTables
Specifies multiple secondary tables for an entity.

Example 1: Multiple secondary tables assuming primary key columns are named the same in all tables.

Example 2: Multiple secondary tables with differently named primary key columns.

Since:
1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    (Required) The secondary tables for an entity.
  • Element Details

    • value

      (Required) The secondary tables for an entity.