| Package | Description |
|---|---|
| ext.java.lang | |
| org.squashtest.tm.domain.jpql |
This package define the following extensions to the HQL language:
group_concat : support for group_concat, if the underlying database supports something similar (eg stringagg for instance)
s_sum : 'sum' over a subquery
s_count : 'count(distinct ())' over a subquery
s_avg : 'avg' over a subquery
s_min : 'min' over a subquery
s_max : 'max' over a subquery
Note that here s_count has a semantic of 'count(distinct ...)'.
|
| Modifier and Type | Method and Description |
|---|---|
com.querydsl.core.types.dsl.StringExpression |
QString.orderedGroupConcat(com.querydsl.core.types.dsl.StringPath attributeOrder,
ExtOps.ConcatOrder order) |
| Modifier and Type | Method and Description |
|---|---|
static ExtOps.ConcatOrder |
ExtOps.ConcatOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtOps.ConcatOrder[] |
ExtOps.ConcatOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.querydsl.core.types.dsl.StringExpression |
QueryDslExtensions.orderedGroupConcat(com.querydsl.core.types.dsl.StringPath attributeConcat,
com.querydsl.core.types.dsl.StringPath attributeOrder,
ExtOps.ConcatOrder order)
Same, and precises on which column (attribute path) and how it should be ordered
|
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.