E
- the generic type of the queried object (typically a Bean
).SELF
- the generic type of this query itself (this) for fluent API calls.public interface SelectStatement<E,SELF extends SelectStatement<E,SELF>> extends Statement<E,SELF>, FeatureFetch<E>, FeatureWhere<SELF>, FeatureOrderBy<SELF>, FeatureGroupBy<SELF>, FeaturePaging<SELF>
Statement
for regular SELECT
statements to retrieve results (unlike INSERT
, UPDATE
or deletequery).getAlias, getDialect, getParameters, getSql, toString
fetch, fetchCount, fetchFirst, fetchFirstRequired, fetchOne, fetchOneRequired, query, queryCount, queryFirst, queryOne
where
orderBy, orderBy
groupBy
offset
limit
Copyright © 2001–2016 mmm-Team. All rights reserved.