| 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 |
|---|---|
InsertContext |
InsertDeclaration.getContext() |
| Constructor and Description |
|---|
InsertDeclaration(InsertContext context) |
InsertOnDuplicateKeyUpdateSetValuesDeclaration(InsertContext context) |
ValuesDeclaration(InsertContext context) |
| Constructor and Description |
|---|
InsertBuilder(Config config,
InsertContext context,
java.util.function.Function<java.lang.String,java.lang.String> commenter,
org.seasar.doma.internal.jdbc.sql.PreparedSqlBuilder buf) |
InsertBuilder(Config config,
InsertContext context,
java.util.function.Function<java.lang.String,java.lang.String> commenter,
SqlLogType sqlLogType) |