| 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.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.query |
Provides the SQL queries and builders.
|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| org.seasar.doma.jdbc.dialect |
Provides RDBMS dialects.
|
| org.seasar.doma.jdbc.entity |
Provides the classes that are related to entities.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Class and Description |
|---|
| Query |
| SelectQuery |
| Class and Description |
|---|
| DuplicateKeyType
Retrieves the type of the duplicate key when inserting a new entity.
|
| Class and Description |
|---|
| DeleteQuery |
| InsertQuery |
| ModifyQuery |
| Query |
| SelectQuery |
| UpdateQuery |
| Class and Description |
|---|
| SelectQuery |
| Class and Description |
|---|
| UpsertAssembler
Assemble the upsert query interface.
|
| UpsertAssemblerContext
The UpsertAssemblerContext class represents the context for executing an upsert operation in a
database.
|
| Class and Description |
|---|
| DuplicateKeyType
Retrieves the type of the duplicate key when inserting a new entity.
|