Package org.apache.jena.sparql.core
Class TransactionHandlerView
- java.lang.Object
-
- org.apache.jena.graph.impl.TransactionHandlerBase
-
- org.apache.jena.sparql.core.TransactionHandlerView
-
- All Implemented Interfaces:
TransactionHandler
public class TransactionHandlerView extends TransactionHandlerBase
A graph TransactionHandler that for a graph view of aDatasetGraph
-
-
Constructor Summary
Constructors Constructor Description TransactionHandlerView(DatasetGraph dsg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabort()voidbegin()voidcommit()booleantransactionsSupported()-
Methods inherited from class org.apache.jena.graph.impl.TransactionHandlerBase
calculate, execute
-
-
-
-
Constructor Detail
-
TransactionHandlerView
public TransactionHandlerView(DatasetGraph dsg)
-
-