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:
- JPA 1.0 version.
- Author:
- Florent Benoit
- See Also:
- JPA 2.0 specification
|
Required Element Summary |
AttributeOverride[] |
value
(Required) The AttributeOverride mappings that are to be applied to the field or property. |
value
public abstract AttributeOverride[] value
- (Required) The AttributeOverride mappings that are to be applied to the field or property.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.