| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
static ExtHQLTemplates |
ExtHQLTemplates.INSTANCE |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.