Interface SinglePathQueryBuilder<T>
- Type Parameters:
T
- Result type that should be returned from this query builder.
- All Superinterfaces:
CriteriaQueryBuilder<SinglePathQueryBuilder<T>,
,T, CriteriaQueryWrapper<T>> QueryBuilderBase<SinglePathQueryBuilder<T>,
CriteriaQueryWrapper<T>>
- All Known Implementing Classes:
SinglePathQueryBuilderImpl
public interface SinglePathQueryBuilder<T>
extends CriteriaQueryBuilder<SinglePathQueryBuilder<T>,T,CriteriaQueryWrapper<T>>
Query builder that returns exactly one path as result.
The result type must be compatible with the property that is referenced by
setPath(String)
.-
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
-
Method Details
-
setPath
-