This annotation specifies the persistence property or persistence field indicating the instance value of the embedded class within the entity class.
If you want to override the column mapping declared within the embedded class, use either @ElementOverride or @ElementOverrides.
The applicable targets are method and field.
@Embedded does not have attributes.