Uses of Class
org.eclipse.rdf4j.spring.support.RDF4JTemplate
Package
Description
Rdf4j-Spring DAO
-
Uses of RDF4JTemplate in org.eclipse.rdf4j.spring.dao
ModifierConstructorDescriptionRDF4JCRUDDao
(RDF4JTemplate rdf4JTemplate) Constructor to be used by implementations that use IRI for the ID type.RDF4JCRUDDao
(RDF4JTemplate rdf4JTemplate, Class<ID> idClass) Constructor that provides the type of the ID to the base implementation.RDF4JDao
(RDF4JTemplate rdf4JTemplate) SimpleRDF4JCRUDDao
(RDF4JTemplate rdf4JTemplate) SimpleRDF4JCRUDDao
(RDF4JTemplate rdf4JTemplate, Class<ID> idClass) -
Uses of RDF4JTemplate in org.eclipse.rdf4j.spring.dao.support
ModifierConstructorDescriptionRelationMapBuilder
(RDF4JTemplate rdf4JTemplate, RdfPredicate predicate) -
Uses of RDF4JTemplate in org.eclipse.rdf4j.spring.dao.support.opbuilder
ModifierConstructorDescriptionGraphQueryEvaluationBuilder
(GraphQuery operation, RDF4JTemplate template) OperationBuilder
(T operation, RDF4JTemplate template) TupleQueryEvaluationBuilder
(TupleQuery operation, RDF4JTemplate template) UpdateExecutionBuilder
(Update update, RDF4JTemplate template) -
Uses of RDF4JTemplate in org.eclipse.rdf4j.spring.demo.dao
ModifierConstructorDescriptionArtistDao
(RDF4JTemplate rdf4JTemplate) PaintingDao
(RDF4JTemplate rdf4JTemplate)