| 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.criteria.query |
Provides the SQL queries and builders.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateCommand |
CommandImplementors.createUpdateCommand(java.lang.reflect.Method method,
UpdateQuery query)
Creates an
UpdateCommand object. |
| Constructor and Description |
|---|
UpdateCommand(UpdateQuery query) |
| Modifier and Type | Class and Description |
|---|---|
class |
CriteriaQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoUpdateQuery<ENTITY> |
class |
SqlFileUpdateQuery |
class |
SqlUpdateQuery |