Uses of Interface
cz.cvut.kbss.ontodriver.jena.connector.StatementExecutor
Packages that use StatementExecutor
-
Uses of StatementExecutor in cz.cvut.kbss.ontodriver.jena.connector
Subinterfaces of StatementExecutor in cz.cvut.kbss.ontodriver.jena.connectorModifier and TypeInterfaceDescriptioninterface
interface
Classes in cz.cvut.kbss.ontodriver.jena.connector that implement StatementExecutorModifier and TypeClassDescriptionclass
This connector tracks transactional changes and writes them on commit to theSharedStorageConnector
.class
Main storage connector using theJenaOntoDriverProperties.READ_COMMITTED
connector strategy.class
This connector implements theJenaOntoDriverProperties.SNAPSHOT
-based transactional strategy. -
Uses of StatementExecutor in cz.cvut.kbss.ontodriver.jena.query
Constructors in cz.cvut.kbss.ontodriver.jena.query with parameters of type StatementExecutorModifierConstructorDescriptionJenaPreparedStatement
(StatementExecutor executor, String sparql) JenaStatement
(StatementExecutor executor)