Uses of Interface
org.apache.jena.graph.TransactionHandler
Packages that use TransactionHandler
Package
Description
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
This package defines simple composite graphs - union, intersection,
difference, and update-tracking.
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
-
Uses of TransactionHandler in org.apache.jena.graph
Methods in org.apache.jena.graph that return TransactionHandlerModifier and TypeMethodDescriptionGraph.getTransactionHandler()returns this Graph's transaction handler -
Uses of TransactionHandler in org.apache.jena.graph.compose
Methods in org.apache.jena.graph.compose that return TransactionHandler -
Uses of TransactionHandler in org.apache.jena.graph.impl
Classes in org.apache.jena.graph.impl that implement TransactionHandlerModifier and TypeClassDescriptionclassclassA base for transaction handlers; provide implementations of execute* operations using the fundamental begin-commit-abort.Methods in org.apache.jena.graph.impl that return TransactionHandlerModifier and TypeMethodDescriptionGraphBase.getTransactionHandler()Answer a transaction handler bound to this graph.WrappedGraph.getTransactionHandler() -
Uses of TransactionHandler in org.apache.jena.reasoner
Classes in org.apache.jena.reasoner that implement TransactionHandlerMethods in org.apache.jena.reasoner that return TransactionHandler