EclipseLink 1.1.0_ 1.1.0.r3395-RC1 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.


Required Element Summary
 AccessType value
           
 

Element Detail

value

public abstract AccessType value

EclipseLink 1.1.0_ 1.1.0.r3395-RC1 API Reference