Class OperationBuilder<T extends Operation,SUB extends OperationBuilder<T,SUB>>
java.lang.Object
org.eclipse.rdf4j.spring.dao.support.opbuilder.OperationBuilder<T,SUB>
- Direct Known Subclasses:
GraphQueryEvaluationBuilder
,TupleQueryEvaluationBuilder
,UpdateExecutionBuilder
public class OperationBuilder<T extends Operation,SUB extends OperationBuilder<T,SUB>>
extends Object
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected T
protected RDF4JTemplate
withBinding
(String key, Boolean value) withBinding
(String key, Double value) withBinding
(String key, Float value) withBinding
(String key, Integer value) withBinding
(String key, String value) withBinding
(String key, IRI value) withBinding
(String key, Value value) withBinding
(Variable key, Boolean value) withBinding
(Variable key, Double value) withBinding
(Variable key, Float value) withBinding
(Variable key, Integer value) withBinding
(Variable key, String value) withBinding
(Variable key, IRI value) withBindings
(Consumer<BindingsBuilder> consumer) withBindings
(Map<String, Value> bindings) withNullableBindings
(Map<String, Value> bindings)
-
Constructor Details
-
OperationBuilder
-
-
Method Details
-
getOperation
-
getRdf4JTemplate
-
getBindings
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBinding
-
withBindings
-
withNullableBindings
-
withBindings
-