| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.command |
Provides classes and interfaces to execute SQL statements.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchInsertCommand |
CommandImplementors.createBatchInsertCommand(java.lang.reflect.Method method,
BatchInsertQuery query)
Creates a
BatchInsertCommand object. |
| Constructor and Description |
|---|
BatchInsertCommand(BatchInsertQuery query) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoBatchInsertQuery<ENTITY> |
class |
SqlBatchInsertQuery |
class |
SqlFileBatchInsertQuery<ELEMENT> |