foreign key « Struts « JPA Q&A





1. Foreign keys on Insert with Struts2 / Hibernate    stackoverflow.com

I'm new user of Struts 2 w/ hibernate. I have 2 tables : "Client" and "Coordonnees" (french word) In my table "Client", I have a FK named "coordonnees_id", that references field "id" ...