|
jTransfo, 0.10 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface MappedBy
Annotation which indicates how the field in the transfer object should be mapped to a field in the domain object.
By default fields are mapped in both directions between fields of the same name.
| Optional Element Summary | |
|---|---|
String |
field
Name of the field in the domain class. |
String |
path
Path to the field when it is transitive. |
boolean |
readOnly
When set, the field will never be written in the domain class. |
String |
typeConverter
Fully qualified class name for the type converter. |
Class |
typeConverterClass
Class to use for type conversion. |
public abstract String field
public abstract String path
public abstract String typeConverter
typeConverterClass() is set.
public abstract Class typeConverterClass
typeConverter().
public abstract boolean readOnly
|
jTransfo, 0.10 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||