Some examples of using Spring Data JPA with Kotlin:
- Base entity with
@MappedSuperclass
annotation - Batch inserting
- Batch and per element updating
- JDBC logging
(related to this SO question)
An example af batch inserting with Spring Data JPA in Kotlin
Kotlin
Some examples of using Spring Data JPA with Kotlin:
@MappedSuperclass
annotation(related to this SO question)