1. IllegalArgumentException in One-to-one-or-zero mapping forum.hibernate.orgAuthor Message ChrisR Post subject: IllegalArgumentException in One-to-one-or-zero mapping Posted: Fri Mar 19, 2004 2:49 pm Beginner Joined: Mon Nov 24, 2003 12:44 pm Posts: 40 Having had no success with a "one to zero or one" mapping, I am hoping someone out there can explain where I am going wrong. I have simplified the code down to the ... |
2. Simple Parent/Child relationship IllegalArgumentException forum.hibernate.orgHaven't been able to get this simple example to work. Ideally I want the parent primary key and children primary keys generated by database but save parent/children with one session.save command. Hibernate version:3.0 Mapping documents: ... |