Uses of Class
org.apache.jena.tdb1.transaction.TransactionManager
Packages that use TransactionManager
-
Uses of TransactionManager in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return TransactionManagerModifier and TypeMethodDescriptionStoreConnection.getTransactionManager()For internal use onlystatic TransactionManagerTDBInternal.getTransactionManager(org.apache.jena.sparql.core.DatasetGraph dsg) Return the TransactionManager of this DatasetGraphTransaction -
Uses of TransactionManager in org.apache.jena.tdb1.transaction
Methods in org.apache.jena.tdb1.transaction that return TransactionManagerConstructors in org.apache.jena.tdb1.transaction with parameters of type TransactionManagerModifierConstructorDescriptionDatasetBuilderTxn(TransactionManager txnMgr, DatasetGraphTDB dsg) Transaction(DatasetGraphTDB dsg, long version, org.apache.jena.query.TxnType txnType, org.apache.jena.query.ReadWrite mode, long id, org.apache.jena.query.TxnType originalTxnType, String label, TransactionManager txnMgr) TransactionInfo(TransactionManager transactionManager)