spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.

Home Page:https://spring.io/projects/spring-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `ValueExpression` infrastructure for query methods

mp911de opened this issue · comments

To support module implementations, we should encapsulate ValueExpression support for easier usage in store modules.