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
Similar to DATAMONGO-2138, we should provide a type-safe Update DSL using Kotlin property references. The initial pull request contained already a potential example:
Hey there, is someone working on this? With your help, I can try to prepare a PR for this, because I really hate mixing both typed queries and Update builders.
pmatysek
added a commit
to pmatysek/spring-data-mongodb
that referenced
this issue
Jul 29, 2024
Hi,
I've prepared a PR with the proposal for this type-safe Update DSL. For every method in the Update class, I created an extension equivalent in Kotlin taking KProperty as a key
Mark Paluch opened DATAMONGO-2163 and commented
Similar to DATAMONGO-2138, we should provide a type-safe Update DSL using Kotlin property references. The initial pull request contained already a potential example:
Reference URL: #622
Issue Links:
("depends on")
1 votes, 4 watchers
The text was updated successfully, but these errors were encountered: