| Package | Description |
|---|---|
| org.seasar.doma.jdbc.builder |
Provides classes to build dynamic SQL statements.
|
| Class and Description |
|---|
| BatchBuilder
A builder that builds an SQL statement for a batch execution.
|
| BatchDeleteExecutor
An executor that execute SQL DELETE statements in batches.
|
| BatchInsertExecutor
An executor that execute SQL INSERT statements in batches.
|
| BatchUpdateExecutor
An executor that execute SQL UPDATE statements in batches.
|
| DeleteBuilder
A builder for an SQL DELETE statement.
|
| InsertBuilder
A builder for an SQL INSERT statement.
|
| MapBatchInsertBuilder
A builder that builds SQL INSERT statements from maps for a batch execution.
|
| MapInsertBuilder
A builder that builds an SQL INSERT statement from a map.
|
| SelectBuilder
A builder for an SQL SELECT statement.
|
| UpdateBuilder
A builder for an SQL UPDATE statement.
|