Uses of Class
org.seasar.doma.jdbc.query.SqlProcessorQuery
Packages that use SqlProcessorQuery
Package
Description
Provides JDBC related interfaces and classes.
Provides classes and interfaces to execute SQL statements using the command pattern.
-
Uses of SqlProcessorQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc that return SqlProcessorQueryModifier and TypeMethodDescriptiondefault SqlProcessorQueryQueryImplementors.createSqlProcessorQuery(Method method) Creates anSqlProcessorQueryobject.Methods in org.seasar.doma.jdbc with parameters of type SqlProcessorQueryModifier and TypeMethodDescriptiondefault <RESULT> SqlProcessorCommand<RESULT>CommandImplementors.createSqlProcessorCommand(Method method, SqlProcessorQuery query, BiFunction<Config, PreparedSql, RESULT> handler) Creates aSqlProcessorCommandobject -
Uses of SqlProcessorQuery in org.seasar.doma.jdbc.command
Fields in org.seasar.doma.jdbc.command declared as SqlProcessorQueryModifier and TypeFieldDescriptionprotected final SqlProcessorQuerySqlProcessorCommand.querythe queryMethods in org.seasar.doma.jdbc.command that return SqlProcessorQueryConstructors in org.seasar.doma.jdbc.command with parameters of type SqlProcessorQueryModifierConstructorDescriptionSqlProcessorCommand(SqlProcessorQuery query, BiFunction<Config, PreparedSql, RESULT> handler) Creates a new instance.