You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.