1. problem in insert data in table which has two reference key forum.hibernate.orgAuthor Message jayeshpatel Post subject: problem in insert data in table which has two reference key Posted: Wed Mar 30, 2011 6:27 am Newbie Joined: Sat Mar 26, 2011 12:28 pm Posts: 5 Hello everbody, I have a problem in inserting data in database using hibernate, Lets i explain total scenario of my problem, I creates three tables in ... |
2. |
3. Unique Key violation on insert forum.hibernate.orgNewbie Joined: Mon Apr 24, 2006 5:57 am Posts: 1 Hi, I have an issue in my multi-tiered application where I have detached my objects from the Session. I have a user edit via the GUI the properties of a parent object along with adding, editing, and removal of child objects (collection within the parent). I am cascading all including orphaned ... |
4. unable to insert the reference key data in Database forum.hibernate.orgI am trying to add and fetching record from the table using mapping in Hibernate. i m new in Hibernate and My project tables are complex for me to do this... so i have taken two simple table..... Table 1 : book PK id name Table 2 : author PK id authorname FK bid Now, i can add data in book ... |