Steve Ebersole commented on an issue
Hibernate ORM / Bug HHH-8590
JPA entities merge related to many to many relationship
I've got a detached entity graph which has been unmarshalled with JAXB (Eclipse MOXy). Then I'm using the JPA entity manager to merge this object graph to the session and which is persisted to an Oracle 11g database. The object graph contains existent IDs to manage cross relationships during the umarshall exercise.
The JPA entity ID are annotated with an...