| Package | Description |
|---|---|
| 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.option |
Provides options used to build the criteria query statement.
|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| Modifier and Type | Field and Description |
|---|---|
DistinctOption |
SelectContext.distinct |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectFromDeclaration.distinct(DistinctOption distinctOption) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DistinctOption.Kind |
| Modifier and Type | Method and Description |
|---|---|
static DistinctOption |
DistinctOption.basic()
Indicates that the DISTINCT keyword is required.
|
static DistinctOption |
DistinctOption.none()
Indicates that the DISTINCT keyword is not required.
|
| Modifier and Type | Method and Description |
|---|---|
NativeSqlSelectStarting<ENTITY> |
NativeSqlSelectStarting.distinct(DistinctOption distinctOption) |
EntityqlSelectStarting<ENTITY> |
EntityqlSelectStarting.distinct(DistinctOption distinctOption) |