Methods
Modifier and Type |
Method and Description |
<T> long |
count(Class<T> resultType,
org.qi4j.functional.Specification<org.qi4j.api.composite.Composite> whereClause,
Iterable<org.qi4j.api.query.grammar.OrderBy> orderBySegments,
Integer firstResult,
Integer maxResults,
Map<String,Object> variables) |
<T> T |
find(Class<T> resultType,
org.qi4j.functional.Specification<org.qi4j.api.composite.Composite> whereClause,
Iterable<org.qi4j.api.query.grammar.OrderBy> orderBySegments,
Integer firstResult,
Integer maxResults,
Map<String,Object> variables) |
<T> Iterator<T> |
iterator(Class<T> resultType,
org.qi4j.functional.Specification<org.qi4j.api.composite.Composite> whereClause,
Iterable<org.qi4j.api.query.grammar.OrderBy> orderBySegments,
Integer firstResult,
Integer maxResults,
Map<String,Object> variables) |