Package org.apache.cayenne.access.translator.select
package org.apache.cayenne.access.translator.select
-
ClassDescriptionA
SelectTranslatorthat resolves the actual translator from theDbAdapter.getSelectTranslator(Select, EntityResolver)allowing adapters to customize translation.ASelectTranslatorthat translates aFluentSelectby running theTranslationStagepipeline over aSelectTranslatorContext.This interface allows transparently use different queries (namely SelectQuery, ObjectSelect and ColumnSelect) in translator and as subqueries.