DEV Community

snehakarnam
snehakarnam

Posted on

Batch Insert using hibernate and spring data JPA in postgres DB

I have huge file records to be inserted to postgres DB. I tried with Batch insert.But hibernate still performs insertion of records one at a time.

For PK of my entity ,value is passed from returned value of another save call.So ,it doesn't have any generation strategy defined Following is…

Top comments (0)