diff --git a/persistence-modules/spring-data-jpa-2/src/main/resources/application-batchinserts.properties b/persistence-modules/spring-data-jpa-2/src/main/resources/application-batchinserts.properties index bd37e8c155..4141f5668e 100644 --- a/persistence-modules/spring-data-jpa-2/src/main/resources/application-batchinserts.properties +++ b/persistence-modules/spring-data-jpa-2/src/main/resources/application-batchinserts.properties @@ -1,4 +1,6 @@ spring.jpa.show-sql=false spring.jpa.properties.hibernate.jdbc.batch_size=5 -spring.jpa.properties.hibernate.order_inserts=true \ No newline at end of file +spring.jpa.properties.hibernate.order_inserts=true +spring.jpa.properties.hibernate.order_updates=true +spring.jpa.properties.hibernate.batch_versioned_data=true \ No newline at end of file