spring-data-jpa
spring-data-jpa copied to clipboard
Refactor `DeclaredQuery` to decouple the query definition from its introspected state
Follow-up to #2989.
We should decouple DeclaredQuery properties (query string and native query flavor) from introspection properties (alias, usage of constructor expressions, …) to separate the process from DeclaredQuery creation and introspection so that QueryEnhancerFactory can be provided externally.