Package org.apache.cayenne.access.translator
package org.apache.cayenne.access.translator
-
ClassDescriptionBatchTranslator<T extends BatchQuery>A stateless service that translates a batch query of type
Tinto an immutableTranslatedBatch.A stateless service that produces translation visitors of EJBQL.A service that translates aProcedureQueryinto aTranslatedProcedure.A service that translates aSelectquery into aTranslatedSelect.An immutable result of translating a batch query: the SQL String shared by all rows of the batch, and onePSBatchParameterper PreparedStatement placeholder, each carrying the values of all batch rows for its placeholder.An immutable result of translating aProcedureQueryto a stored procedure call.An immutable result of translating aSelectquery to SQL, produced bySelectTranslator.translate(Select, DbAdapter, EntityResolver).A translated form of a Query used to generated PreparedStatements.A common supertype for the immutable results of translating a query to SQL.