IllegalArgumentException « Composite « JPA Q&A





1. Complex Composite Identifiers and IllegalArgumentException    forum.hibernate.org

Beginner 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.org

Login 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.org

Page 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.org

Author 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.org

Author 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 ...