How can I Batch insert in JPA with a composite ID?
I’m using JPA (3.1.1) on all my project and I managed to make everything run smoothly so far, but I’m encountering issues on bacth inserting in an Oracle GTT (global temporary table). (Oracle is in 19C)