| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Buildable<BUILDABLE extends Buildable<BUILDABLE>>
Represents that the implementation can build an SQL.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Listable<ELEMENT>
Represents that the implementation can fetch data from database and list them.
|
interface |
SetOperand<ELEMENT>
Represents a set operand.
|
interface |
SetOperator<ELEMENT>
Represents a set operator.
|
interface |
Statement<RESULT>
Represents the SQL statement built by the Criteria API.
|
interface |
StreamMappable<ELEMENT>
Represents that the implementation can fetch data from database as a stream and map it to
something.
|