Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Recommended select query since 4.0 is ObjectSelect, that is converted internally to SelectQuery.
We can gain some performance and maintainability by inverting this, i.e. using ObjectSelect directly in Cayenne stack and converting SelectQuery to it.
Important note: this should not affect any public API.