javax.persistence
Annotation Type AssociationOverrides


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

The mappings of multiple many-to-one or one-to-one relationship properties or fields may be overridden. The AssociationOverrides annotation is used for this purpose.

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

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

Element Detail

value

public abstract AssociationOverride[] value
List of AssociationOverride objects.