Uses of Class
org.eclipse.rdf4j.spring.dao.support.opbuilder.GraphQueryEvaluationBuilder
-
Uses of GraphQueryEvaluationBuilder in org.eclipse.rdf4j.spring.dao
Modifier and TypeMethodDescriptionprotected GraphQueryEvaluationBuilder
RDF4JDao.getNamedGraphQuery
(String key) -
Uses of GraphQueryEvaluationBuilder in org.eclipse.rdf4j.spring.support
Modifier and TypeMethodDescriptionRDF4JTemplate.graphQuery
(Class<?> owner, String operationName, Supplier<String> queryStringSupplier) Uses a cachedGraphQuery
if one is available under the specifiedoperationName
for theRepositoryConnection
that is used, otherwise the query string is obtained from the specified supplier, a new GraphQuery is instantiated and cached for future calls to this method.RDF4JTemplate.graphQuery
(Class<?> owner, NamedSparqlSupplier namedSparqlSupplier) Uses the providedNamedSparqlSupplier
for callingRDF4JTemplate.graphQuery(Class, String, Supplier)
.RDF4JTemplate.graphQuery
(String graphQueryString) Bypassing any caches, generates a new GraphQuery from the specified SPARQL string and returns a Builder for its evaluation.RDF4JTemplate.graphQueryFromResource
(Class<?> owner, String resourceName) Reads the query from the specified resource and provides it through a
inRDF4JTemplate.graphQuery(Class, String, Supplier)
, using theresourceName
as theoperationName
.