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 CriteriaQueryBuilder
addOrder, addOrder, applyConfiguration, getQueryRoot, setLimit, setOffsetMethods inherited from interface QueryBuilderBase
addParameter, build, getCriteriaBuilder, getPredicates, getSubqueryFactory, where, where, where, where, where, whereInsecure, whereInsecure, whereInsecure
-
Method Details
-
setPath
-