record « JPA « Spring Q&A





1. Spring program to save a record to database using Hibernate    forum.springsource.org

Hi, I wrote a spring program to save a record to a database using hibernate. its not giving me any error but the record is not getting saved in the table. ...

2. Adding n records using Hibernate?    forum.springsource.org

Adding n records using Hibernate? I have a little problem. I am trying to create a loop that will create n number of records in a database table and since all ...

3. getting count and records hibernate    forum.springsource.org

If you are using hql, you may get the count in a column, and an entity in the other. Perhaps performance is a little better. In any case, you must do ...

4. Spring Hibernate Edit Record Problem    forum.springsource.org

May 14th, 2009, 11:08 PM #1 zero_elle View Profile View Forum Posts Private Message Junior Member Join Date May 2009 Posts 2 Spring Hibernate Edit Record Problem Hi all, Please help ...

5. Spring Hibernate is not getting latest records stored just before    forum.springsource.org

Hi, In my application I am using Spring Hibernate. I am saving a Employee object using getHibernateTemplate.save(POJO); it is saving in database and transaction is getting completed as i configured. But, ...