Uses of Class
org.eclipse.rdf4j.spring.dao.support.sparql.NamedSparqlSupplier
Packages that use NamedSparqlSupplier
Package
Description
Rdf4j-Spring DAO
-
Uses of NamedSparqlSupplier in org.eclipse.rdf4j.spring.dao
Methods in org.eclipse.rdf4j.spring.dao that return NamedSparqlSupplierModifier and TypeMethodDescriptionprotected NamedSparqlSupplier
RDF4JCRUDDao.getInsertSparql(INPUT input)
Returns the SPARQL string used to write an instance of T to the database.protected NamedSparqlSupplier
RDF4JDao.getNamedSparqlSupplier(String key)
Obtains theNamedSparqlSupplier
with the specified key for use in, e.g.,RDF4JTemplate.tupleQuery(Class, NamedSparqlSupplier)
.protected NamedSparqlSupplier
RDF4JCRUDDao.getUpdateSparql(INPUT input)
Returns the SPARQL string used to update an instance of T in the database. -
Uses of NamedSparqlSupplier in org.eclipse.rdf4j.spring.dao.support.sparql
Methods in org.eclipse.rdf4j.spring.dao.support.sparql that return NamedSparqlSupplier -
Uses of NamedSparqlSupplier in org.eclipse.rdf4j.spring.demo.dao
Methods in org.eclipse.rdf4j.spring.demo.dao that return NamedSparqlSupplierModifier and TypeMethodDescriptionprotected NamedSparqlSupplier
ArtistDao.getInsertSparql(Artist artist)
protected NamedSparqlSupplier
PaintingDao.getInsertSparql(Painting painting)
-
Uses of NamedSparqlSupplier in org.eclipse.rdf4j.spring.support
Methods in org.eclipse.rdf4j.spring.support with parameters of type NamedSparqlSupplierModifier and TypeMethodDescriptionRDF4JTemplate.graphQuery(Class<?> owner, NamedSparqlSupplier namedSparqlSupplier)
Uses the providedNamedSparqlSupplier
for callingRDF4JTemplate.graphQuery(Class, String, Supplier)
.RDF4JTemplate.tupleQuery(Class<?> owner, NamedSparqlSupplier namedSparqlSupplier)
Uses the providedNamedSparqlSupplier
for callingRDF4JTemplate.tupleQuery(Class, String, Supplier)
.RDF4JTemplate.update(Class<?> owner, NamedSparqlSupplier namedSparqlSupplier)
Uses the providedNamedSparqlSupplier
for callingRDF4JTemplate.update(Class, String, Supplier)
.