Search:

Type: Posts; User: bencampbell89; Keyword(s):

Search: Search took 0.06 seconds.

  1. solved. your dao entry should be added in the...

    solved. your dao entry should be added in the applicationcontext.xml
  2. nullpointer exception from getHibernateTemplate().execute()

    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...
  3. Replies
    1
    Views
    799

    problem solved

    after adding necessary jars in the build path, the error goes off
  4. thanks. i edited the post with code tag.

    thanks. i edited the post with code tag.
  5. Replies
    1
    Views
    799

    GenericHibernateDao

    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...
  6. getHibernateTemplate().executeWithNativeSession()

    How to insert a row in the database using,


    getHibernateTemplate().executeWithNativeSession(
    new HibernateCallback()
    {
    public Object...
Results 1 to 6 of 6