2.7.4 @AttributeOverrides

Organization of this subsection
(1) Description
(2) Element

(1) Description

The annotation to be specified when you want to code multiple @AttributeOverride concurrently.

Applicable elements are class, method, and field.

(2) Element

The following table lists the @AttributeOverrides attributes:

Element nameOptional/RequiredElement description
valueRequiredThis element specifies an array of @ElementOverride.

The details of attributes that are supported with Cosminexus JPA provider are as follows:

(a) value element
Type
AttributeOverride[]
Description
Attribute that specifies the array of @AttributeOverride.
Specifiable values are within the range of the specifiable values for @AttributeOverride array. For details, see 2.7.3 @AttributeOverride.
Default value
None