Class QueryExecutionFactoryWrapper

java.lang.Object
org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase<org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory>
org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryDecorator
org.aksw.jena_sparql_api.cache.core.QueryExecutionFactoryWrapper
All Implemented Interfaces:
AutoCloseable, org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory, org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery, org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryString
Direct Known Subclasses:
QueryExecutionFactoryExceptionCache

public abstract class QueryExecutionFactoryWrapper extends org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryDecorator
Similar to QueryExecutionFactoryDecorator, except that a postProcess method can be overriden to do something with the QueryExecution object
Author:
raven
  • Field Summary

    Fields inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase

    decoratee
  • Constructor Summary

    Constructors
    Constructor
    Description
    QueryExecutionFactoryWrapper(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory decoratee)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.query.QueryExecution
     
    org.apache.jena.query.QueryExecution
    createQueryExecution(org.apache.jena.query.Query query)
     
    protected abstract org.apache.jena.query.QueryExecution
    wrap(org.apache.jena.query.QueryExecution qe)
     

    Methods inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase

    close, getDelegate, getId, getState, unwrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery

    execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribe
  • Constructor Details

    • QueryExecutionFactoryWrapper

      public QueryExecutionFactoryWrapper(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory decoratee)
  • Method Details

    • wrap

      protected abstract org.apache.jena.query.QueryExecution wrap(org.apache.jena.query.QueryExecution qe)
    • createQueryExecution

      public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query)
      Specified by:
      createQueryExecution in interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery
      Overrides:
      createQueryExecution in class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase<org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory>
    • createQueryExecution

      public org.apache.jena.query.QueryExecution createQueryExecution(String queryString)
      Specified by:
      createQueryExecution in interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryString
      Overrides:
      createQueryExecution in class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase<org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory>