| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.expression |
Provides classes that represent the SQL expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static AggregateFunction.Count |
Expressions.count() |
static AggregateFunction.Count |
Expressions.count(PropertyMetamodel<?> propertyMetamodel) |
static AggregateFunction.Count |
Expressions.countDistinct(PropertyMetamodel<?> propertyMetamodel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateFunction.Visitor.visit(AggregateFunction.Count count) |