Contents
Class RDF4JDao.NamedSparqlSupplierFinishBuilder
java.lang.Object
org.eclipse.rdf4j.spring.dao.RDF4JDao.NamedSparqlSupplierFinishBuilder
- Enclosing class:
RDF4JDao
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsupplySparql
(String sparql) Supplies the specified SPARQL String.supplySparqlFromResource
(String resource) Loads the specifiedresource
using aResourceLoader
and supplies its content as String, the assumption is that it contains a SPARQL operation.