Class LoggingUpdate
- java.lang.Object
-
- org.eclipse.rdf4j.spring.support.query.DelegatingUpdate
-
- org.eclipse.rdf4j.spring.operationlog.LoggingUpdate
-
public class LoggingUpdate extends DelegatingUpdate
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
-
Constructor Summary
Constructors Constructor Description LoggingUpdate(Update delegate, OperationLog operationLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Execute this update on the repository.-
Methods inherited from class org.eclipse.rdf4j.spring.support.query.DelegatingUpdate
clearBindings, getBindings, getDataset, getDelegate, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
-
-
-
-
Constructor Detail
-
LoggingUpdate
public LoggingUpdate(Update delegate, OperationLog operationLog)
-
-
Method Detail
-
execute
public void execute() throws UpdateExecutionException
Description copied from interface:Update
Execute this update on the repository.- Specified by:
execute
in interfaceUpdate
- Overrides:
execute
in classDelegatingUpdate
- Throws:
UpdateExecutionException
- if the update could not be successfully completed.
-
-