org.qi4j.index.rdf.query
Class RdfQueryService.RdfEntityFinderMixin

java.lang.Object
  extended by org.qi4j.index.rdf.query.RdfQueryService.RdfEntityFinderMixin
All Implemented Interfaces:
EntityFinder
Enclosing interface:
RdfQueryService

public static class RdfQueryService.RdfEntityFinderMixin
extends Object
implements EntityFinder

JAVADOC Add JavaDoc JAVADOC shall we support different implementation as SERQL?


Constructor Summary
RdfQueryService.RdfEntityFinderMixin()
           
 
Method Summary
 long countEntities(Class<?> resultType, BooleanExpression whereClause)
           
 Iterable<EntityReference> findEntities(Class<?> resultType, BooleanExpression whereClause, OrderBy[] orderBySegments, Integer firstResult, Integer maxResults)
           
 EntityReference findEntity(Class<?> resultType, BooleanExpression whereClause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfQueryService.RdfEntityFinderMixin

public RdfQueryService.RdfEntityFinderMixin()
Method Detail

findEntities

public Iterable<EntityReference> findEntities(Class<?> resultType,
                                              BooleanExpression whereClause,
                                              OrderBy[] orderBySegments,
                                              Integer firstResult,
                                              Integer maxResults)
                                       throws EntityFinderException
Specified by:
findEntities in interface EntityFinder
Throws:
EntityFinderException

findEntity

public EntityReference findEntity(Class<?> resultType,
                                  BooleanExpression whereClause)
                           throws EntityFinderException
Specified by:
findEntity in interface EntityFinder
Throws:
EntityFinderException

countEntities

public long countEntities(Class<?> resultType,
                          BooleanExpression whereClause)
                   throws EntityFinderException
Specified by:
countEntities in interface EntityFinder
Throws:
EntityFinderException