Annotation Interface JoinFields


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface JoinFields
Allow a set of fields to be defined on a relationship. This is a generic form of the @JoinColumns annotation, which is not specific to relational databases. It can be used to map EIS and NoSQL data.
Since:
EclipseLink 2.4
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details