Annotation Type KeyEmbeddedMapping
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface KeyEmbeddedMapping
Embedded mapping information for a map key.
- Since:
- 0.4.0, 1.1.0
- Author:
- Abe White
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
nullIndicatorAttributeName
String
nullIndicatorColumnName
XMappingOverride[]
overrides
-
-
-
Field Detail
-
TRUE
static final String TRUE
-
-
-
FALSE
static final String FALSE
-
-
Element Detail
-
nullIndicatorColumnName
String nullIndicatorColumnName
- Default:
- ""
-
-
-
nullIndicatorAttributeName
String nullIndicatorAttributeName
- Default:
- ""
-
-
-
overrides
XMappingOverride[] overrides
- Default:
- {}
-
-