Annotation Type MultiValueAttribute
-
@Retention(RUNTIME) @Target({}) public @interface MultiValueAttributeAnnotation used inAttributesas field, to provide multipleItemAttributesRQwith both 'key' (optional) and 'value' fields specified. Used to prevent duplication ofAttributeannotation with the same key and different values
-
-
-
isNullKey
boolean isNullKey
- Returns:
- 'true' if key of the resulted entity should be NULL, otherwise
key()will be used
- Default:
- false
-
-