| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.declaration |
Provides classes that build the criteria query statements.
|
| org.seasar.doma.jdbc.criteria.query |
Provides the SQL queries and builders.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContext |
UpdateDeclaration.getContext() |
| Constructor and Description |
|---|
SetDeclaration(UpdateContext context) |
UpdateDeclaration(UpdateContext context) |
WhereDeclaration(UpdateContext context) |
| Constructor and Description |
|---|
UpdateBuilder(Config config,
UpdateContext context,
java.util.function.Function<java.lang.String,java.lang.String> commenter,
org.seasar.doma.internal.jdbc.sql.PreparedSqlBuilder buf,
AliasManager aliasManager) |
UpdateBuilder(Config config,
UpdateContext context,
java.util.function.Function<java.lang.String,java.lang.String> commenter,
SqlLogType sqlLogType) |