Skip to content

Latest commit

 

History

History

learn-jpa-hibernate-batch-operations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Learn JPA Hibernate

TL;DR Batch Operations HOW-TO

To enable batch operations with Hibernate:

  1. Update the spring.jpa.properties.hibernate configuration in application.yml with the desired settings for your requirements
  2. Verify via a test case that the configuration works