I have the following table structure:
Combination { id, name }
Combination_Element { id, combinationId, elementId }
Element { id, name }
When I read Combination_Element for some odd reason it returns 3 instances
of Element named "E1" where I have records named "E1", "E2" and "E3". The
count is correct but the names are not. I have only noticed this behavior
for this type (so far)! Note that Element has a mapped super class which
supplies the property with the issue so perhaps thats interesting.
The following are excerpts from my orm.xml file:
COMBINATION_ID
ELEMENT_ID
--
View this message in context: http://n2.nabble.com/issue-with-reading-%22link%22-tables-tp3345667p3345667.html
Sent from the OpenJPA Developers mailing list archive at Nabble.com.