Class UpdateWithModelBuilder
java.lang.Object
org.eclipse.rdf4j.spring.dao.support.UpdateWithModelBuilder
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptConnection
(Consumer<RepositoryConnection> connectionConsumer) <T> T
applyToConnection
(Function<RepositoryConnection, T> function) void
execute()
namedGraph
(String prefixedNameOrIRI) namedGraph
(Resource namedGraph) setNamespace
(String prefix, String namespace) withSink
(Consumer<Collection<Statement>> consumer)