Uses of Record Class
org.apache.cayenne.access.translator.TranslatedSQL
Packages that use TranslatedSQL
Package
Description
Contains classes that handle JDBC interactions.
FrontBase DbAdapter.
-
Uses of TranslatedSQL in org.apache.cayenne.access.jdbc
Methods in org.apache.cayenne.access.jdbc with parameters of type TranslatedSQLModifier and TypeMethodDescriptionprotected voidSQLTemplateAction.execute(Connection connection, OperationObserver callback, TranslatedSQL compiled, Collection<Number> updateCounts) protected voidSQLTemplateAction.processSelectResult(TranslatedSQL compiled, Connection connection, Statement statement, ResultSet resultSet, OperationObserver callback, long startTime) protected RSColumn.RowBuilderSQLTemplateAction.rowBuilder(TranslatedSQL compiled, ResultSet resultSet) -
Uses of TranslatedSQL in org.apache.cayenne.access.translator
Methods in org.apache.cayenne.access.translator that return TranslatedSQLModifier and TypeMethodDescriptionSQLTemplateTranslator.translate(String template, List<Object> positionalParameters, DbAdapter adapter) Builds and returns a SQLStatement based on SQL template String and a list of positional parameters.Builds and returns a SQLStatement based on SQL template String and a map of parameters. -
Uses of TranslatedSQL in org.apache.cayenne.access.translator.sqltemplate
Methods in org.apache.cayenne.access.translator.sqltemplate that return TranslatedSQL -
Uses of TranslatedSQL in org.apache.cayenne.dba.frontbase
Methods in org.apache.cayenne.dba.frontbase with parameters of type TranslatedSQLModifier and TypeMethodDescriptionprotected voidFrontBaseTemplateAction.execute(Connection connection, OperationObserver callback, TranslatedSQL compiled, Collection<Number> updateCounts)