Annotation Type Nonpolymorphic
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface Nonpolymorphic
Indicates that the annotated relation is not entirely polymorphic.- Since:
- 0.4.0
- Author:
- Abe White
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description NonpolymorphicType
value
-
-
-
Element Detail
-
value
NonpolymorphicType value
- Default:
- org.apache.openjpa.persistence.jdbc.NonpolymorphicType.EXACT
-
-