1. Complex Composite Identifiers and IllegalArgumentException forum.hibernate.orgBeginner Joined: Mon Nov 24, 2003 12:44 pm Posts: 40 I have been tasked with evaluating Hibernate against a legacy DB schema and it has proved rather difficult. My current problem seems to stem from what appear to be rather complex associations using composite IDs. for example: Code: |
2. IllegalArgumentException with composite ID forum.hibernate.orgLogin Register FAQ Search View unanswered posts | View active topics Board index Hibernate & Java Persistence Hibernate Users All times are UTC - 5 hours [ DST ] IllegalArgumentException with composite ID Page 1 of 1 [ 5 posts ] Previous topic | Next ... |
3. IllegalArgumentException with composite ID (shorter version) forum.hibernate.orgPage 1 of 1 [ 1 post ] Previous topic | Next topic Author Message ChrisR Post subject: IllegalArgumentException with composite ID (shorter version) Posted: Wed Feb 18, 2004 12:23 pm Beginner Joined: Mon Nov 24, 2003 12:44 pm Posts: 40 Many apologies for the previous query, I wasn't really thinking ... |
4. IllegalArgumentException with composite ID (shorter version) forum.hibernate.orgAuthor Message ChrisR Post subject: IllegalArgumentException with composite ID (shorter version) Posted: Wed Feb 18, 2004 12:42 pm Beginner Joined: Mon Nov 24, 2003 12:44 pm Posts: 40 Many apologies for the previous query, I wasn't really thinking straight when I posted it. Anyway, I have simplified it as much as possible down to just the 4 map files. ... |
5. IllegalArgumentException on session.save() with composite-id forum.hibernate.orgAuthor Message maresp Post subject: IllegalArgumentException on session.save() with composite-id Posted: Thu Dec 09, 2004 7:11 am Newbie Joined: Thu Dec 09, 2004 6:27 am Posts: 5 Location: Indaiatuba/SP - Brasil Hi, when carrying through session.save(funcionario) I have following exception: (text from log4j) ERROR net.sf.hibernate.property.BasicPropertyAccessor - IllegalArgumentException in class: br.com.atmtec.main.bo.pk.FuncionarioPk, getter method of property: codEmp I am postando therefore ... |