| 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 BatchUpdateCommand |
CommandImplementors.createBatchUpdateCommand(java.lang.reflect.Method method,
BatchUpdateQuery query)
Creates a
BatchUpdateCommand object. |
| Constructor and Description |
|---|
BatchUpdateCommand(BatchUpdateQuery query) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoBatchUpdateQuery<ENTITY> |
class |
SqlBatchUpdateQuery |
class |
SqlFileBatchUpdateQuery<ELEMENT> |