/sb-kotlin-batch-insert-demo

An example af batch inserting with Spring Data JPA in Kotlin

Primary LanguageKotlin

Some examples of using Spring Data JPA with Kotlin:

  1. Base entity with @MappedSuperclass annotation
  2. Batch inserting
  3. Batch and per element updating
  4. JDBC logging

(related to this SO question)