Wrong PersistentAttributeType returned for @Embedded types
----------------------------------------------------------
Key: OPENJPA-1611
URL: https://issues.apache.org/jira/browse/OPENJPA-1611
Project: OpenJPA
Issue Type: Bug
Components: jpa
Affects Versions: 2.0.0
Reporter: Oliver Ringel
Attribute.getPersistentAttributeType() should return
PersistentAttributeType.EMBEDDED for @Embedded types.
It returns PersistentAttributeType.ONE_TO_ONE now.
I guess this also has effects on Attribute.isAssociation() which returns true
for @Embedded types.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.