Contents
- Description
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- setNamespace(Namespace)
- setNamespace(String, String)
- subject(Resource)
- subject(String)
- namedGraph(Resource)
- namedGraph(String)
- defaultGraph()
- addMaybe(Resource, IRI, Object)
- add(Resource, IRI, Object)
- addMaybe(String, IRI, Object)
- add(String, IRI, Object)
- addMaybe(String, String, Object)
- add(String, String, Object)
- addMaybe(IRI, Object)
- add(IRI, Object)
- addMaybe(String, Object)
- add(String, Object)
- acceptConnection(Consumer)
- applyToConnection(Function)
- createBNode()
- withSink(Consumer)
- execute()
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)