EclipseLink 2.4.0, build 'v20120608-r11652' API Reference

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


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

Define a structured data type's field name for an object mapped to NoSql data. This is a generic form of the @Column 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
 java.lang.String name
          (Optional) The data type's name of the field.
 

name

public abstract java.lang.String name
(Optional) The data type's name of the field.

Default:
""

EclipseLink 2.4.0, build 'v20120608-r11652' API Reference