public interface QueryBuilderFactory
QueryBuilder| Modifier and Type | Method and Description | 
|---|---|
<T> QueryBuilder<T> | 
newQueryBuilder(Class<T> resultType)
Create a new QueryBuilder. 
 | 
<T> QueryBuilder<T> newQueryBuilder(Class<T> resultType) throws MissingIndexingSystemException
resultType - the type of the result that you wantMissingIndexingSystemException - if there is no EntityFinder service available