| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria |
Provides entry points for the Criteria API.
|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| Class and Description |
|---|
| EntityqlBatchInsertStatement |
| EntityqlInsertStatement |
| EntityqlSelectStarting |
| NativeSqlDeleteStarting |
| NativeSqlInsertStarting |
| NativeSqlSelectStarting |
| NativeSqlUpdateStarting |
| SetOperand
Represents a set operand.
|
| Statement
Represents the SQL statement built by the Criteria API.
|
| Class and Description |
|---|
| AbstractSetOperand |
| AbstractStatement |
| Buildable
Represents that the implementation can build an SQL.
|
| EntityqlSelectStarting |
| EntityqlSelectTerminal |
| Listable
Represents that the implementation can fetch data from database and list them.
|
| NativeSqlInsertTerminal |
| NativeSqlSelectStarting |
| NativeSqlUpdateTerminal |
| NativeSqlUpsertOnDuplicateKeyIgnoreSelectingKeys |
| NativeSqlUpsertOnDuplicateKeyUpdateSelectingKeys |
| NativeSqlUpsertOnDuplicateKeyUpdateSelectingSet |
| NativeSqlUpsertTerminal |
| SetOperand
Represents a set operand.
|
| SetOperator
Represents a set operator.
|
| Statement
Represents the SQL statement built by the Criteria API.
|
| StreamMappable
Represents that the implementation can fetch data from database as a stream and map it to
something.
|