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
value
public abstract AssociationOverride[] value
- List of AssociationOverride objects.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.