agrestio / agrest

Server-side Java REST Framework for easy access to data graphs from various backends
https://agrest.io
Apache License 2.0
80 stars 34 forks source link

Exp: CayenneExpresionVisitor - replace "constructExpression" with explicit constructor call #652

Closed andrus closed 11 months ago

andrus commented 11 months ago

(micro-optimization) In CayenneExpresionVisitor we are using "constructExpression" method where we exactly know the type of the expression to be constructed. Just use the constructor instead of reflection.

andrus commented 11 months ago

Closing. This was needed because the corresponding Cayenne expressions don't have simple public constructors