public interface RdfQueryParser
Modifier and Type | Method and Description |
---|---|
String |
constructQuery(Class<?> resultType,
org.qi4j.functional.Specification<org.qi4j.api.composite.Composite> whereClause,
org.qi4j.api.query.grammar.OrderBy[] orderBySegments,
Integer firstResult,
Integer maxResults,
Map<String,Object> variables) |