solved. your dao entry should be added in the applicationcontext.xml
Type: Posts; User: bencampbell89; Keyword(s):
solved. your dao entry should be added in the applicationcontext.xml
Hi,
I am trying to insert data into database using hibernate. I did the following steps.
1. I used postgres database. I created the table "Person". I used the following query
create table...
after adding necessary jars in the build path, the error goes off
thanks. i edited the post with code tag.
Hi,
I am trying to use hibernate to insert values into to the database. In order to do that, I first took the two files, GenericHibernateDao.java and GenericDao.java, and put into a package in an...
How to insert a row in the database using,
getHibernateTemplate().executeWithNativeSession(
new HibernateCallback()
{
public Object...