javax.persistence
Annotation Type AttributeOverrides


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

The mappings of multiple properties or fields may be overridden. The AttributeOverrides annotation is used for this purpose.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification

Required Element Summary
 AttributeOverride[] value
          List of AttributeOverride objects.
 

Element Detail

value

public abstract AttributeOverride[] value
List of AttributeOverride objects.