| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.expression |
Provides classes that represent the SQL expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static <PROPERTY> StringExpression.Concat<PROPERTY> |
Expressions.concat(PropertyMetamodel<PROPERTY> left,
PROPERTY right) |
static <PROPERTY> StringExpression.Concat<PROPERTY> |
Expressions.concat(PropertyMetamodel<PROPERTY> left,
PropertyMetamodel<PROPERTY> right) |
static <PROPERTY> StringExpression.Concat<PROPERTY> |
Expressions.concat(PROPERTY left,
PropertyMetamodel<PROPERTY> right) |
| Modifier and Type | Method and Description |
|---|---|
void |
StringExpression.Visitor.visit(StringExpression.Concat<?> concat) |