|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionHandler | |
---|---|
com.hp.hpl.jena.db | A general database backend for persistent storage of Jena models. |
com.hp.hpl.jena.graph | This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. |
com.hp.hpl.jena.graph.compose | This package defines simple composite graphs - union, intersection, difference, and update-tracking. |
com.hp.hpl.jena.graph.impl | This package provides basic implementations of Graph interfaces such as Reifier, QueryHandler, BulkUpdateHandler, and EventManager. |
com.hp.hpl.jena.reasoner | The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. |
Uses of TransactionHandler in com.hp.hpl.jena.db |
---|
Methods in com.hp.hpl.jena.db that return TransactionHandler | |
---|---|
TransactionHandler |
GraphRDB.getTransactionHandler()
|
Uses of TransactionHandler in com.hp.hpl.jena.graph |
---|
Methods in com.hp.hpl.jena.graph that return TransactionHandler | |
---|---|
TransactionHandler |
Graph.getTransactionHandler()
returns this Graph's transaction handler |
Uses of TransactionHandler in com.hp.hpl.jena.graph.compose |
---|
Methods in com.hp.hpl.jena.graph.compose that return TransactionHandler | |
---|---|
TransactionHandler |
Polyadic.getTransactionHandler()
|
Uses of TransactionHandler in com.hp.hpl.jena.graph.impl |
---|
Classes in com.hp.hpl.jena.graph.impl that implement TransactionHandler | |
---|---|
class |
com.hp.hpl.jena.graph.impl.TransactionHandlerBase
|
Uses of TransactionHandler in com.hp.hpl.jena.reasoner |
---|
Classes in com.hp.hpl.jena.reasoner that implement TransactionHandler | |
---|---|
static class |
BaseInfGraph.InfTransactionHandler
|
Methods in com.hp.hpl.jena.reasoner that return TransactionHandler | |
---|---|
TransactionHandler |
BaseInfGraph.getTransactionHandler()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |