| 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 ...)'.
|
| Class and Description |
|---|
| ExtOps.ConcatOrder |
| Class and Description |
|---|
| ExtendedHibernateQuery |
| ExtendedJPQLQuery |
| ExtHQLTemplates
These templates, that should be natively used by implementations of
ExtendedJPQLQuery
such as ExtendedHibernateQuery, provide support for the extended functions. |
| ExtOps
These Operators for QueryDsl represents the operators supported by our extensions
of JPQL (see
SessionFactoryEnhancer). |
| ExtOps.ConcatOrder |
| HibernateDialectExtensions.FnSupport |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.