java.lang.Object
org.apache.jena.sparql.core.TransactionalNotSupported
- All Implemented Interfaces:
Transactional
,TransactionalNotSupportedMixin
Implementation for "un-Transactional" interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
Transactional.Promote
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.sparql.core.Transactional
calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote
Methods inherited from interface org.apache.jena.sparql.core.TransactionalNotSupportedMixin
abort, begin, begin, begin, commit, end, isInTransaction, promote, transactionMode, transactionType
-
Constructor Details
-
TransactionalNotSupported
public TransactionalNotSupported()
-
-
Method Details
-
create
-
supportsTransactions
public boolean supportsTransactions()- Specified by:
supportsTransactions
in interfaceTransactionalNotSupportedMixin
-
supportsTransactionAbort
public boolean supportsTransactionAbort()- Specified by:
supportsTransactionAbort
in interfaceTransactionalNotSupportedMixin
-