Uses of Interface
org.eclipse.rdf4j.common.transaction.TransactionSetting
-
-
Uses of TransactionSetting in org.eclipse.rdf4j.common.transaction
Subinterfaces of TransactionSetting in org.eclipse.rdf4j.common.transaction Modifier and Type Interface Description interfaceIsolationLevelA Transaction Isolation Level.Classes in org.eclipse.rdf4j.common.transaction that implement TransactionSetting Modifier and Type Class Description classIsolationLevelsEnumeration of TransactionIsolationLevels supported by RDF4J.classQueryEvaluationModeThe Query Evaluation Mode determines the behaviour of the SPARQL query engine on RDF4J repositories.Methods in org.eclipse.rdf4j.common.transaction that return types with arguments of type TransactionSetting Modifier and Type Method Description Optional<TransactionSetting>TransactionSettingFactory. getTransactionSetting(String value)Retrieve aTransactionSettingwith the supplied value.
-