public interface PropertyMapping
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getReference()
The field in the target object to reference the field
in the data source object will obtain the value of
the data source field corresponding to
getSource()
in the data source after the operation is executed. |
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 in the target object to reference the field
in the data source object will obtain the value of
the data source field corresponding to getSource()
in the data source after the operation is executed.
This field cannot be an empty string. If it is not specified, it should point to the key field.
Copyright © 2023. All rights reserved.