| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.declaration |
Provides classes that build the criteria query statements.
|
| org.seasar.doma.jdbc.criteria.expression |
Provides classes that represent the SQL expressions.
|
| Modifier and Type | Method and Description |
|---|---|
<PROPERTY> SubSelectContext.Single<PROPERTY> |
SubSelectFromDeclaration.select(PropertyMetamodel<PROPERTY> propertyMetamodel) |
| Modifier and Type | Method and Description |
|---|---|
static <PROPERTY> SelectExpression<PROPERTY> |
Expressions.select(java.util.function.Function<SelectExpression.Declaration,SubSelectContext.Single<PROPERTY>> block) |
| Constructor and Description |
|---|
SelectExpression(SubSelectContext.Single<PROPERTY> subSelectContext) |