Uses of Class
org.apache.cayenne.query.SQLExec
Package
Description
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
-
Uses of SQLExec in org.apache.cayenne.query
Modifier and TypeMethodDescriptionAppends a piece of SQL to the previously stored SQL template.SQLExec.paramsArray
(Object... params) Initializes positional parameters of the query.SQLExec.paramsList
(List<Object> params) Initializes positional parameters of the query.static SQLExec
Creates a query executing provided SQL run against default database.static SQLExec
Creates a query executing provided SQL that performs routing based on the provided DataMap name.SQLExec.queryTimeout
(int queryTimeout) SQLExec.returnGeneratedKeys
(boolean returnGeneratedKeys) Flag indicating that generated keys should be returned by this query execution.