public interface RdfQueryParser
| Modifier and Type | Method and Description |
|---|---|
String |
constructQuery(Class<?> resultType,
Predicate<Composite> whereClause,
List<OrderBy> orderBySegments,
Integer firstResult,
Integer maxResults,
Map<String,Object> variables) |