E
- the generic type of the queried object (an Entity
).public interface JpqlSelectStatement<E> extends SelectStatement<E,JpqlSelectStatement<E>>, FeatureAndFrom<JpqlSelectStatement<E>>, FeatureHaving<JpqlSelectStatement<E>>
SelectStatement
with advanced features like
HAVING clause
.getAlias, getDialect, getParameters, getSql, toString
fetch, fetchCount, fetchFirst, fetchFirstRequired, fetchOne, fetchOneRequired, query, queryCount, queryFirst, queryOne
where
orderBy, orderBy
groupBy
offset
limit
andFrom
having
Copyright © 2001–2016 mmm-Team. All rights reserved.