Uses of Interface
org.seasar.doma.jdbc.query.UpdateQuery
Packages that use UpdateQuery
Package
Description
Provides JDBC related interfaces and classes.
Provides classes and interfaces to execute SQL statements using the command pattern.
Provides the SQL queries and builders.
Provides query objects that build and execute SQL statements.
-
Uses of UpdateQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type UpdateQueryModifier and TypeMethodDescriptiondefault UpdateCommandCommandImplementors.createUpdateCommand(Method method, UpdateQuery query) Creates anUpdateCommandobject.default <RESULT> UpdateReturningCommand<RESULT>CommandImplementors.createUpdateReturningCommand(Method method, UpdateQuery query, ResultSetHandler<RESULT> resultSetHandler, Supplier<RESULT> emptyResultSupplier) Creates anUpdateReturningCommandobject. -
Uses of UpdateQuery in org.seasar.doma.jdbc.command
Constructors in org.seasar.doma.jdbc.command with parameters of type UpdateQueryModifierConstructorDescriptionUpdateCommand(UpdateQuery query) Constructs a new UpdateCommand with the specified query.UpdateReturningCommand(UpdateQuery query, ResultSetHandler<RESULT> resultSetHandler, Supplier<RESULT> emptyResultSupplier) Creates an instance of the UpdateReturningCommand. -
Uses of UpdateQuery in org.seasar.doma.jdbc.criteria.query
Classes in org.seasar.doma.jdbc.criteria.query that implement UpdateQuery -
Uses of UpdateQuery in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement UpdateQueryModifier and TypeClassDescriptionclassAutoUpdateQuery<ENTITY>A query implementation for automatically updating an entity.classA query that updates data in a database using an external SQL file.classA query that executes a SQL UPDATE statement.