Provide spring data query dsl repository for FactoryExpression with Predicate and Pageable for selecting specified columns [DATACMNS-383] #853
Labels
in: repository
Repositories abstraction
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Rajashekar opened DATACMNS-383 and commented
Please think of following Idea of providing a query dsl repository implementation for selecting specified columns. Presently we have QueryDslPredicateExecutor which allows to load all the records based on Predicate and Pageable.
By extending QueryDslPredicateExecutor implementation think of providing a Repository implementation to select records with specified columns based on FactoryExpression, Predicate and Pageable
For example the repository interface could be something like the following..
}
Issue Links:
4 votes, 5 watchers
The text was updated successfully, but these errors were encountered: