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
With DATAMONGO-2138, we introduced Kotlin extensions to build property paths from Kotlin property references such as Entity::book / Book::author / Author::name.
We should provide that support directly from Spring Data Commons to leverage this functionality in other store modules as well
Issue Links:
DATAMONGO-2662 Deprecate KPropertyPath in favor of Spring Data Common's KPropertyPath
("is depended on by")
Mark Paluch opened DATACMNS-1835 and commented
With DATAMONGO-2138, we introduced Kotlin extensions to build property paths from Kotlin property references such as
Entity::book / Book::author / Author::name
.We should provide that support directly from Spring Data Commons to leverage this functionality in other store modules as well
Issue Links:
("is depended on by")
Referenced from: pull request #478, and commits spring-projects/spring-data-mongodb@36614ef, spring-projects/spring-data-mongodb@c3dbce4, spring-projects/spring-data-mongodb@2024b30
The text was updated successfully, but these errors were encountered: