Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.0.5
Name and version of the database you are using:
PostgreSQL8
Hi
I have User Interface with a bunch of controls and based of user data, I can end up inserting as many as 60 records in a database table. So for instance a user provides me with a bunch of input data and clicks in save button, and I will have 60 records to insert.
I am currently executing an insert command for each row in a for loop. Is there any way I can do a bulk insert. Current process takes a few seconds to execute and I see a performance issue here. Please advice how can I improve the performance using Hibernate.
Waiting for ur reply
Regards
RamnathN