@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface JpaMergeRelations
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
attributes
Defines set of relationship attributes that should be merged
into this document and treated as regular attribute of this document.
|