bug « Component « JPA Q&A





1. duplicate component attributes - bug or misconfigure?    forum.hibernate.org

I have a class that contains a component object (5 attributes). One of the attributes, "branch", is also part of composite-id component (3 columns) used as a foreign key into another table (many-to-one relationship). P.S. - this is a legacy database. I am getting a "duplicate column name" error from Oracle when doing updates. In looking at the generated SQL, the ...