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:
JPA 1.0 version.
Author:
Florent Benoit
See Also:
JPA 2.0 specification

Required Element Summary
 AssociationOverride[] value
          (Required) The association override mappings that are to be applied to the relationship field or property.
 

Element Detail

value

public abstract AssociationOverride[] value
(Required) The association override mappings that are to be applied to the relationship field or property.



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.