Annotation Type ElementNonpolymorphic
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ElementNonpolymorphic
Indicates that the annotated array, collection, or map's elements are 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
-
-