| Method and Description |
|---|
| org.openrdf.sail.helpers.SailConnectionBase.autoStartTransaction()
since 2.7.0. Use
SailConnectionBase.verifyIsActive() instead. We should
not automatically start a transaction at the sail level.
Instead, an exception should be thrown when an update is
executed without first starting a transaction. |
| org.openrdf.sail.helpers.SailConnectionBase.getExclusiveConnectionLock()
Use
SailConnectionBase.connectionLock directly instead. |
| org.openrdf.sail.helpers.SailConnectionBase.getSharedConnectionLock()
Use
SailConnectionBase.connectionLock directly instead. |
| org.openrdf.sail.helpers.SailConnectionBase.getTransactionLock()
Use
SailConnectionBase.updateLock directly instead. |
Copyright © 2001-2014 Aduna. All Rights Reserved.