Package javax.persistence
Annotation Type Inheritance
-
@Target(TYPE) @Retention(RUNTIME) public @interface Inheritance
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description InheritanceType
strategy
-
-
-
Element Detail
-
strategy
InheritanceType strategy
- Default:
- javax.persistence.InheritanceType.SINGLE_TABLE
-
-