Open
Description
When defining a value class as Id type ( MyRepository : Repository<MyEntity, MyValueClass>
), calls that pass on Value class instances must apply wrapping/unwrapping according to the rules of how Kotlin expands Value class types.
It would be great to have an interceptor that translates arguments for findById(ID)
calls, essentially all methods that accept ID
.
See also spring-projects/spring-data-jpa#2840