Interface PathQueryBuilder<T>
- Type Parameters:
- T- the return type of the query builder.
- All Superinterfaces:
- CriteriaQueryBuilder<PathQueryBuilder<T>,,- T, - CriteriaQueryWrapper<T>> - QueryBuilderBase<PathQueryBuilder<T>,- CriteriaQueryWrapper<T>> 
- All Known Implementing Classes:
- PathQueryBuilderImpl
public interface PathQueryBuilder<T>
extends CriteriaQueryBuilder<PathQueryBuilder<T>,T,CriteriaQueryWrapper<T>>  
Query builder that returns a custom selection in an 
Object[] as result.
 Multiple paths can be selected using addPathToSelection(String...).- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionaddPathToSelection(Iterable<String> paths) default PathQueryBuilder<T> addPathToSelection(String... path) Methods inherited from interface ch.tocco.nice2.persist.core.api.hibernate.query.builder.CriteriaQueryBuilderaddOrder, addOrder, applyConfiguration, getQueryRoot, setLimit, setOffsetMethods inherited from interface ch.tocco.nice2.persist.core.api.hibernate.query.builder.QueryBuilderBaseaddParameter, build, getCriteriaBuilder, getPredicates, getSubqueryFactory, where, where, where, where, where, whereInsecure, whereInsecure, whereInsecure
- 
Method Details- 
addPathToSelection
- 
addPathToSelection
 
-