Class UpdateExecWrapperBase<T extends org.apache.jena.update.UpdateProcessor>
java.lang.Object
org.aksw.jenax.dataaccess.sparql.exec.update.UpdateExecWrapperBase<T>
- All Implemented Interfaces:
UpdateExecWrapper,UpdateProcessorWrapper<org.apache.jena.update.UpdateProcessor>,org.apache.jena.sparql.exec.UpdateExec,org.apache.jena.update.UpdateProcessor
- Direct Known Subclasses:
UpdateExecWrapperTxn
public class UpdateExecWrapperBase<T extends org.apache.jena.update.UpdateProcessor>
extends Object
implements UpdateExecWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.exec.update.UpdateExecWrapper
afterExec, beforeExec, execute, onExceptionMethods inherited from interface org.aksw.jenax.dataaccess.sparql.execution.update.UpdateProcessorWrapper
abort, getContext
-
Field Details
-
delegate
-
-
Constructor Details
-
UpdateExecWrapperBase
-
-
Method Details
-
getDelegate
public org.apache.jena.update.UpdateProcessor getDelegate()- Specified by:
getDelegatein interfaceUpdateProcessorWrapper<T extends org.apache.jena.update.UpdateProcessor>
-