Refactor DeclaredQuery
to decouple the query definition from its introspected state
#3622
Labels
type: enhancement
A general enhancement
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 fromDeclaredQuery
creation and introspection so thatQueryEnhancerFactory
can be provided externally.The text was updated successfully, but these errors were encountered: