Uses of Class
org.eclipse.rdf4j.spring.dao.support.opbuilder.UpdateExecutionBuilder
-
Uses of UpdateExecutionBuilder in org.eclipse.rdf4j.spring.dao
Modifier and TypeMethodDescriptionprotected UpdateExecutionBuilder
RDF4JDao.getNamedUpdate
(String key) -
Uses of UpdateExecutionBuilder in org.eclipse.rdf4j.spring.support
Modifier and TypeMethodDescriptionUses a cachedUpdate
if one is available under the specifiedoperationName
for theRepositoryConnection
that is used, otherwise the query string is obtained from the specified supplier, a new Update is instantiated and cached for future calls to this method.RDF4JTemplate.update
(Class<?> owner, NamedSparqlSupplier namedSparqlSupplier) Uses the providedNamedSparqlSupplier
for callingRDF4JTemplate.update(Class, String, Supplier)
.Bypassing any caches, generates a new Update from the specified SPARQL string and returns a Builder for its execution.RDF4JTemplate.updateFromResource
(Class<?> owner, String resourceName) Reads the update from the specified resource and provides it through a
inRDF4JTemplate.update(Class, String, Supplier)
, using theresourceName
as theoperationName
.RDF4JTemplate.updateWithoutCachingStatement
(String updateString)