| 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 BatchDeleteCommand |
CommandImplementors.createBatchDeleteCommand(java.lang.reflect.Method method,
BatchDeleteQuery query)
Creates a
BatchDeleteCommand object. |
| Constructor and Description |
|---|
BatchDeleteCommand(BatchDeleteQuery query) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoBatchDeleteQuery<ENTITY> |
class |
SqlBatchDeleteQuery |
class |
SqlFileBatchDeleteQuery<ELEMENT> |