bulk « Batch « JPA Q&A





1. Portable JPA Batch / Bulk Insert    stackoverflow.com

I just jumped on a feature written by someone else that seems slightly inefficient, but my knowledge of JPA isn't that good to find a portable solution that's not Hibernate specific. In ...

2. Definitive way to do efficient batch/bulk inserts with JPA and Hibernate?    stackoverflow.com

While there are other similar questions here, I didn't see any that address all the issues or have a good definitive answer. Essentially I am working on architecting data access ...