| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria |
Provides entry points for the Criteria API.
|
| org.seasar.doma.jdbc.criteria.command |
Provides classes that execute SQL statements and handle the results.
|
| org.seasar.doma.jdbc.criteria.context |
Provides contexts and settings used to build the criteria query statements.
|
| org.seasar.doma.jdbc.criteria.declaration |
Provides classes that build the criteria query statements.
|
| org.seasar.doma.jdbc.criteria.expression |
Provides classes that represent the SQL expressions.
|
| org.seasar.doma.jdbc.criteria.query |
Provides the SQL queries and builders.
|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| Class and Description |
|---|
| DeleteSettings
Represents the settings for a DELETE criteria query.
|
| InsertSettings
Represents the settings for an INSERT criteria query.
|
| SelectSettings
Represents the settings for a SELECT criteria query.
|
| UpdateSettings
Represents the settings for an UPDATE criteria query.
|
| Class and Description |
|---|
| SelectContext |
| Class and Description |
|---|
| Criterion |
| Operand |
| SelectContext |
| SubSelectContext.Single |
| Class and Description |
|---|
| Context |
| Criterion |
| DeleteContext |
| InsertContext |
| Operand |
| Operand.Param |
| Operand.Prop |
| SelectContext |
| SetOperationContext |
| UpdateContext |
| Class and Description |
|---|
| DeleteSettings
Represents the settings for a DELETE criteria query.
|
| InsertSettings
Represents the settings for an INSERT criteria query.
|
| SetOperationContext |
| SubSelectContext |
| UpdateSettings
Represents the settings for an UPDATE criteria query.
|