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 TypeClassDescriptionenum
Enumeration of TransactionIsolationLevel
s supported by RDF4J.enum
The 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 aTransactionSetting
with 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 TypeMethodDescriptionvoid
RDF4JProtocolSession.beginTransaction
(TransactionSetting... transactionSettings) -
Uses of TransactionSetting in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository with parameters of type TransactionSettingModifier and TypeMethodDescriptiondefault void
RepositoryConnection.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 TypeMethodDescriptionvoid
RepositoryConnectionWrapper.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 TypeMethodDescriptionvoid
HTTPRepositoryConnection.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 TypeMethodDescriptionvoid
SailRepositoryConnection.begin
(TransactionSetting... settings) -
Uses of TransactionSetting in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type TransactionSettingModifier and TypeMethodDescriptiondefault void
SailConnection.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 TypeMethodDescriptionvoid
SailSourceConnection.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 TypeMethodDescriptionvoid
SailConnectionWrapper.setTransactionSettings
(TransactionSetting... settings) -
Uses of TransactionSetting in org.eclipse.rdf4j.sail.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement TransactionSettingModifier and TypeClassDescriptionstatic enum
static enum
Fields in org.eclipse.rdf4j.sail.shacl declared as TransactionSettingModifier and TypeFieldDescriptionprivate TransactionSetting[]
ShaclSailConnection.transactionSettingsRaw
Methods 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 TypeMethodDescriptionvoid
ShaclSailConnection.setTransactionSettings
(TransactionSetting... settings)