Uses of Interface
org.seasar.doma.jdbc.query.InsertQuery
Packages that use InsertQuery
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 InsertQuery in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type InsertQueryModifier and TypeMethodDescriptiondefault InsertCommandCommandImplementors.createInsertCommand(Method method, InsertQuery query) Creates anInsertCommandobject.default <RESULT> InsertReturningCommand<RESULT>CommandImplementors.createInsertReturningCommand(Method method, InsertQuery query, ResultSetHandler<RESULT> resultSetHandler, Supplier<RESULT> emptyResultSupplier) Creates anInsertReturningCommandobject. -
Uses of InsertQuery in org.seasar.doma.jdbc.command
Constructors in org.seasar.doma.jdbc.command with parameters of type InsertQueryModifierConstructorDescriptionInsertCommand(InsertQuery query) Constructs a new InsertCommand with the specified query.InsertReturningCommand(InsertQuery query, ResultSetHandler<RESULT> resultSetHandler, Supplier<RESULT> emptyResultSupplier) Creates an instance of the InsertReturningCommand. -
Uses of InsertQuery in org.seasar.doma.jdbc.criteria.query
Classes in org.seasar.doma.jdbc.criteria.query that implement InsertQuery -
Uses of InsertQuery in org.seasar.doma.jdbc.query
Classes in org.seasar.doma.jdbc.query that implement InsertQueryModifier and TypeClassDescriptionclassAutoInsertQuery<ENTITY>A query implementation for automatically inserting an entity into a database table.classAutoMultiInsertQuery<ENTITY>A query implementation for automatically inserting multiple entities into a database table.classA query that inserts data into a database using an external SQL file.classA query that executes a SQL INSERT statement.