Package | Description |
---|---|
org.apache.jena.graph |
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
|
org.apache.jena.graph.compose |
This package defines simple composite graphs - union, intersection,
difference, and update-tracking.
|
org.apache.jena.graph.impl |
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
|
org.apache.jena.reasoner |
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
|
Modifier and Type | Method and Description |
---|---|
TransactionHandler |
Graph.getTransactionHandler()
returns this Graph's transaction handler
|
Modifier and Type | Method and Description |
---|---|
static Graph |
Factory.createGraphMemWithTransactionHandler(TransactionHandler th) |
Modifier and Type | Method and Description |
---|---|
TransactionHandler |
Polyadic.getTransactionHandler() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTransactionHandler |
class |
TransactionHandlerBase
A base for transaction handlers; provide implementations of execute* operations
using the fundamental begin-commit-abort.
|
Modifier and Type | Method and Description |
---|---|
TransactionHandler |
GraphBase.getTransactionHandler()
Answer a transaction handler bound to this graph.
|
TransactionHandler |
WrappedGraph.getTransactionHandler() |
Modifier and Type | Class and Description |
---|---|
static class |
BaseInfGraph.InfTransactionHandler |
Modifier and Type | Method and Description |
---|---|
TransactionHandler |
BaseInfGraph.getTransactionHandler() |
Licenced under the Apache License, Version 2.0