I am using JPA with Hibernate persistence. We use JPA in the following configurations.
persistence-api 1.0 version hibernate-core 3.3.2.GA version hibernate-entitymanager 3.4.0.GA version
Is it possible to use batch insert in JPA with the above configuration?
Please suggest how to make a BATCH insert. We want to insert several rows into one table without affecting database performance. Also indicate how many insert lines can be used in the package?
Thanks pending
source share