Keys in an EmbeddedCollection are returned as PCData objects when DataCache is
enabled
--------------------------------------------------------------------------------------
Key: OPENJPA-1232
URL: https://issues.apache.org/jira/browse/OPENJPA-1232
Project: OpenJPA
Issue Type: Bug
Components: datacache
Reporter: Michael Dick
Assignee: Michael Dick
A mapping like this fails when a DataCache is in use:
@ElementCollection
private Map<Embeddable, Embeddable> embeddableMap;
The keyset contains PCData instances instead of Embeddables.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.