Create an API to customize query creation and query processing [DATAJPA-1551] #1859
Labels
status: pending-design-work
Needs design work before any code can be developed
type: enhancement
A general enhancement
Jens Schauder opened DATAJPA-1551 and commented
There are various issues that try to make some kind of customisation possible for queries.
Most of these are somewhat ad hoc in that someone tries to implement something, eventually stumbles upon something that is not available, because it is
final
or notpublic
and then requests to change that.This kind of approach does not result in a maintainable API and therefore has little chance to actually get implemented.
This issue tries to take a step back and gather
Issue Links:
DATACMNS-293 Add infrastructure for generic query augmentation
DATAJPA-307 Add support for soft deletes
DATAJPA-948 Provide extensibility of query creation
DATAJPA-1272 Extend visibility modifiers of ParameterMetadataProvider to allow custom implementations of AbstractJpaQuery
5 votes, 6 watchers
The text was updated successfully, but these errors were encountered: