Sub Class « Join « JPA Q&A





1. Joined Sub-Class    forum.hibernate.org

I have a class and a joined sub-class that have independent primary keys, both of which I'd like to generate from Oracle sequences. Using Oracle to generate the key for the class is no problem, since I can use the element at the class level to declare the primary key column of the table, and use the child element ...