Package org.eclipse.rdf4j.common.transaction
package org.eclipse.rdf4j.common.transaction
Common classes and interfaces for transaction settings
-
ClassDescriptionA Transaction Isolation Level.Enumeration of Transaction
IsolationLevel
s supported by Sesame.A configuration setting that can be passed at the beginning of a repository transaction to influence behavior within the scope of that transaction only.A TransactionSettingFactory returns aTransactionSetting
implementation for a given value.AServiceRegistry
for creating/retrievingTransactionSetting
s in a transparent way.