Description:
|
If @AttributeOverrides is used, JandexHelper throws the following:
"Caused by: org
ConfiguredClass
.
hibernate.AssertionFailure: Found more than one
findAttributeOverrides currently assumes that only 1
instance of
the annotation javax.persistence.
@AttributeOverrides and/or @
AttributeOverride
exists within a class
.
Expected was one."
It appears
Fields can supply their own instance of each, so multiples need
to be
reading the individual @AttributeOverride instances within the list
supported
.
Test case: o.h.test.annotations.embedded.EmbeddedTest
's use of VanillaSwap
|