public interface PropertyMapping
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getReference()
The field what in the target object to reference from the data source object.
|
String |
getSource()
The field in the data source object will be mapped to
the field in the target object corresponding to
getReference() after the operation is executed. |
boolean |
hasSource()
Whether
getSource() is empty. |
String getSource()
getReference() after the operation is executed.boolean hasSource()
getSource() is empty.String getReference()
The field what in the target object to reference from the data source object.
This field cannot be an empty string.
If it is not specified, it should point to the key field.
Copyright © 2024. All rights reserved.