Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Will move all the code related to batch query translation to a separate package - "org.apache.cayenne.access.translator.batch". Will rename "Builder" to "Translator". After all BatchQueryBuilder is not a builder for BatchQuery. Quite the contrary - it takes an existing query and translates it to SQL. This change is analogous to the naming we are using in SelectTranslator