Profile picture
Results
1
issues of
Profile picture
spring data add support for kotlin value class at version [3.2](https://github.com/spring-projects/spring-data-commons/releases/tag/3.2.0) , so we can define an entity like this to avoid primitive obsession: ``` kotlin import jakarta.persistence.* @Entity class...
documentation