@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface JoinField
NoSql
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
(Optional) The name of the foreign key/id reference field in the source record.
|
java.lang.String |
referencedFieldName
(Optional) The name of the id field in the target record.
|