Interface EntityQueryBuilder<T extends Entity>
- All Superinterfaces:
CriteriaQueryBuilder<EntityQueryBuilder<T>,
,T, CriteriaQueryWrapper<T>> QueryBuilderBase<EntityQueryBuilder<T>,
CriteriaQueryWrapper<T>>
- All Known Implementing Classes:
EntityQueryBuilderImpl
public interface EntityQueryBuilder<T extends Entity>
extends CriteriaQueryBuilder<EntityQueryBuilder<T>,T,CriteriaQueryWrapper<T>>
Query builder that returns
Entity
instances as query result.- See Also:
-
Method Summary
Methods inherited from interface ch.tocco.nice2.persist.core.api.hibernate.query.builder.CriteriaQueryBuilder
addOrder, addOrder, applyConfiguration, getQueryRoot, setLimit, setOffset
Methods inherited from interface ch.tocco.nice2.persist.core.api.hibernate.query.builder.QueryBuilderBase
addParameter, build, getCriteriaBuilder, getPredicates, getSubqueryFactory, where, where, where, where, whereInsecure, whereInsecure, whereInsecure