HibernateExample with Oracle Database,
August 24, 2010 at 2:42 PM
The FirstExample is not working when u use oracle database.so u need to add those two more lines in the program i.e. tx = session.beginTransaction(); before Contact contact = new Contact(); and tx.commit(); after session.save(contact);
View All Comments
| View Tutorial