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 specifiedresourceusing aResourceLoaderand 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 specifiedresourceusing aResourceLoaderand supplies its content as String, the assumption is that it contains a SPARQL operation. 
 -