@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface JoinField
NoSql
Modifier and Type | Optional Element and Description |
---|---|
String |
name
(Optional) The name of the foreign key/id reference field in the source record.
|
String |
referencedFieldName
(Optional) The name of the id field in the target record.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.