EclipseLink 2.0.0_ 2.0.0.v20090626-r4569 API Reference

javax.persistence
Annotation Type Access


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

The Access annotation is used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.

Since:
Java Persistence API 2.0

Required Element Summary
 AccessType value
           
 

Element Detail

value

public abstract AccessType value

EclipseLink 2.0.0_ 2.0.0.v20090626-r4569 API Reference