Revisit JPA Query Transformer design #2855
Labels
in: query-parser
Everything related to parsing JPQL or SQL
status: superseded
An issue that has been superseded by another
type: task
A general task
The transformer design creates excessive array lists on each operation. While this seems appropriate for query rewrite (applying
Sort
, deriving aCOUNT
query), detecting projections, aliases, and constructor expressions follows the same scheme.We should reuse the results from parsing/visting passes and reduce the amount of model visits.
The text was updated successfully, but these errors were encountered: