[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Relationship and Foreing Key

2006-06-26 Thread kapovolto
No one know how to eliminate Foreing Key constraint with annotation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953343#3953343 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953343 Using Tomcat but need to do more?

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Relationship and Foreing Key

2006-06-21 Thread kapovolto
Hi. It's possible to create a relationship (1to1, MtoN, 1toN) between two object without creating the foreing key constraint in the linking column? ES: Two Object, Person and Car. Suppose that a Person can have only 1 car at time. I make a 1 to 1 unidirectional association between Person and