Uses of Class
org.apache.jena.tdb1.transaction.DatasetGraphTransaction
Packages that use DatasetGraphTransaction
-
Uses of DatasetGraphTransaction in org.apache.jena.tdb1.store
Methods in org.apache.jena.tdb1.store that return DatasetGraphTransactionModifier and TypeMethodDescriptionGraphNonTxnTDB.getDatasetGraphTransaction()abstract DatasetGraphTransactionGraphTDB.getDatasetGraphTransaction()Return theDatasetGraphTransaction.GraphTxnTDB.getDatasetGraphTransaction()Constructors in org.apache.jena.tdb1.store with parameters of type DatasetGraphTransactionModifierConstructorDescriptionGraphTxnTDB(DatasetGraphTransaction dataset, org.apache.jena.graph.Node graphName) GraphTxnTDB_Prefixes(DatasetGraphTransaction dataset, org.apache.jena.graph.Node graphName) PrefixMapSwitchableTDB1(DatasetGraphTransaction dsgx, org.apache.jena.graph.Node graphName) PrefixMapTDB1(DatasetGraphTransaction dsgx, Supplier<org.apache.jena.sparql.core.DatasetGraph> other) -
Uses of DatasetGraphTransaction in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return DatasetGraphTransactionModifier and TypeMethodDescriptionstatic DatasetGraphTransactionTDBMaker.createDatasetGraphTransaction()Create a Dataset that supports transactions but runs in-memory (for creating test cases)static DatasetGraphTransactionTDBMaker.createDatasetGraphTransaction(Location location) Create a Dataset that supports transactionsstatic DatasetGraphTransactionTDBMaker.createDirect(Location location) Create newDatasetGraphTransaction.