org.qi4j.index.rdf.query.internal
Class RdfQueryParserImpl2

java.lang.Object
  extended by org.qi4j.index.rdf.query.internal.RdfQueryParserImpl2
All Implemented Interfaces:
RdfQueryParser

public class RdfQueryParserImpl2
extends java.lang.Object
implements RdfQueryParser

JAVADOC Add JavaDoc


Constructor Summary
RdfQueryParserImpl2(Qi4jSPI spi, ValueSerializer valueSerializer)
           
 
Method Summary
 java.lang.String constructQuery(java.lang.Class<?> resultType, Specification<Composite> specification, OrderBy[] orderBySegments, java.lang.Integer firstResult, java.lang.Integer maxResults, java.util.Map<java.lang.String,java.lang.Object> variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfQueryParserImpl2

public RdfQueryParserImpl2(Qi4jSPI spi,
                           ValueSerializer valueSerializer)
Method Detail

constructQuery

public java.lang.String constructQuery(java.lang.Class<?> resultType,
                                       Specification<Composite> specification,
                                       OrderBy[] orderBySegments,
                                       java.lang.Integer firstResult,
                                       java.lang.Integer maxResults,
                                       java.util.Map<java.lang.String,java.lang.Object> variables)
Specified by:
constructQuery in interface RdfQueryParser