Annotation Type KeyNonpolymorphic
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface KeyNonpolymorphic
Indicates that the annotated map's keys are not entirely polymorphic.
- Since:
- 0.4.0, 1.1.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
-
-