Annotation Type ElementEmbeddedMapping
- 
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ElementEmbeddedMapping
Embedded mapping information for an array, collection, or map element.
- Since:
 - 0.4.0, 1.1.0
 - Author:
 - Abe White
 
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringnullIndicatorAttributeNameStringnullIndicatorColumnNameXMappingOverride[]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:
 - {}
 
 
 - 
 
 -