javax.persistence
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SecondaryTables
Modifier and Type | Required Element and Description |
---|---|
SecondaryTable[] |
value
The secondary tables for an entity.
|
public abstract SecondaryTable[] value