Re: [appfuse-user] hibernate relationship one-to-tone

2007-02-21 Thread viggo
Hi, If you're using JPA annotations, you could probably take a look here (search for @onetoone): http://www.oracle.com/technology/products/ias/toplink/jpa/resources/toplink-jpa-annotations.html or perhaps here? http://www.hibernate.org/hib_docs/v3/reference/en/html/mapping.html#mapping-declarati

Re: [appfuse-user] hibernate relationship one-to-tone

2007-02-21 Thread Ron Anderson
inal Message From: hquinn <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Wednesday, February 21, 2007 12:31:39 PM Subject: [appfuse-user] hibernate relationship one-to-tone Greetings everyone! Does anyone know how to do a relationship one-to-one? I'm working with appfus

[appfuse-user] hibernate relationship one-to-tone

2007-02-21 Thread hquinn
Greetings everyone! Does anyone know how to do a relationship one-to-one? I'm working with appfuse w/spring... and I've done relationships many-to-one or one-to-many a lot of times, but now I need a relationship one-to-one ... I've read the XDoclet API to see how to do one.. but I don't quite und