spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

Refactor `DeclaredQuery` to decouple the query definition from its introspected state

Open mp911de opened this issue 1 year ago • 0 comments

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.

mp911de avatar Sep 25 '24 09:09 mp911de