Small followup: In case it didn't make sense for what I was trying to do.
I want child table's primary key to be a foreign key to the parent, and use entity accessors rather than having the child only have "Id". meaning: parent == parent.getChild().getParent() Rather than the 'normal'(per the hibernate docs) way of: parent.getId() == parent.getChild().getId() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945789#3945789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945789 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
