EclipseLink NoSQL 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.nosql.annotations
Annotation Type JoinFields


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface JoinFields

Allow a set of fields to be define on a relationship. This is a generic form of the @JoinColumns annotation, which is not specific to relational databases. It can be use to map EIS and NoSQL data.

See Also:
NoSql
Author:
James Sutherland
Since:
EclipseLink 2.4

Optional Element Summary
 JoinField[] value
           
 

value

public abstract JoinField[] value
Default:
{}

EclipseLink NoSQL 2.4.2, build 'v20130514-5956486' API Reference