Does OpenJPA have any support for batch insert similar to Hibernate? I haven’t found it in the docs, but I’m hoping I missed it. I know JPA doesn’t support it in general.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer, yes.
Longer answer, take the link to Hibernate documentation and replace the Session with a JPA EntityManager.