Package org.eclipse.rdf4j.spring.dao
Class RDF4JDao.NamedSparqlSupplierFinishBuilder
java.lang.Object
org.eclipse.rdf4j.spring.dao.RDF4JDao.NamedSparqlSupplierFinishBuilder
- Enclosing class:
- RDF4JDao
-
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.
-
Constructor Details
-
NamedSparqlSupplierFinishBuilder
-
-
Method Details
-
supplySparql
Supplies the specified SPARQL String. -
supplySparqlFromResource
Loads the specifiedresource
using aResourceLoader
and supplies its content as String, the assumption is that it contains a SPARQL operation.
-