Uses of Interface
org.eclipse.rdf4j.common.transaction.TransactionSetting
Packages that use TransactionSetting
Package
Description
Common classes and interfaces for transaction settings
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
A Sail implementation for SHACL constraint checking.
-
Uses of TransactionSetting in org.eclipse.rdf4j.common.transaction
Subinterfaces of TransactionSetting in org.eclipse.rdf4j.common.transactionClasses in org.eclipse.rdf4j.common.transaction that implement TransactionSettingModifier and TypeClassDescriptionenumEnumeration of TransactionIsolationLevels supported by RDF4J.enumThe 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 TransactionSettingModifier and TypeMethodDescriptionTransactionSettingFactory.getTransactionSetting(String value) Retrieve aTransactionSettingwith the supplied value. -
Uses of TransactionSetting in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type TransactionSettingModifier and TypeMethodDescriptionvoidRDF4JProtocolSession.beginTransaction(TransactionSetting... transactionSettings) -
Uses of TransactionSetting in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository with parameters of type TransactionSettingModifier and TypeMethodDescriptiondefault voidRepositoryConnection.begin(TransactionSetting... settings) Begins a new transaction with the suppliedTransactionSetting, requiringRepositoryConnection.commit()orRepositoryConnection.rollback()to be called to end the transaction. -
Uses of TransactionSetting in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base with parameters of type TransactionSettingModifier and TypeMethodDescriptionvoidRepositoryConnectionWrapper.begin(TransactionSetting... settings) -
Uses of TransactionSetting in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http with parameters of type TransactionSettingModifier and TypeMethodDescriptionvoidHTTPRepositoryConnection.begin(TransactionSetting... settings) -
Uses of TransactionSetting in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail with parameters of type TransactionSettingModifier and TypeMethodDescriptionvoidSailRepositoryConnection.begin(TransactionSetting... settings) -
Uses of TransactionSetting in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type TransactionSettingModifier and TypeMethodDescriptiondefault voidSailConnection.setTransactionSettings(TransactionSetting... settings) Pass any transaction-specific settings to the SailConnection. -
Uses of TransactionSetting in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base with parameters of type TransactionSettingModifier and TypeMethodDescriptionvoidSailSourceConnection.setTransactionSettings(TransactionSetting... settings) -
Uses of TransactionSetting in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type TransactionSettingModifier and TypeMethodDescriptionvoidSailConnectionWrapper.setTransactionSettings(TransactionSetting... settings) -
Uses of TransactionSetting in org.eclipse.rdf4j.sail.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement TransactionSettingModifier and TypeClassDescriptionstatic enumstatic enumFields in org.eclipse.rdf4j.sail.shacl declared as TransactionSettingModifier and TypeFieldDescriptionprivate TransactionSetting[]ShaclSailConnection.transactionSettingsRawMethods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type TransactionSettingModifier and TypeMethodDescriptionPerformanceHintFactory.getTransactionSetting(String value) ValidationApproachFactory.getTransactionSetting(String value) Methods in org.eclipse.rdf4j.sail.shacl with parameters of type TransactionSettingModifier and TypeMethodDescriptionvoidShaclSailConnection.setTransactionSettings(TransactionSetting... settings)