Uses of Class
org.eclipse.rdf4j.spring.demo.model.Painting
Packages that use Painting
-
Uses of Painting in org.eclipse.rdf4j.spring.demo.dao
Methods in org.eclipse.rdf4j.spring.demo.dao that return PaintingModifier and TypeMethodDescriptionprotected Painting
PaintingDao.mapSolution
(BindingSet querySolution) Methods in org.eclipse.rdf4j.spring.demo.dao with parameters of type PaintingModifier and TypeMethodDescriptionprotected IRI
PaintingDao.getInputId
(Painting painting) protected NamedSparqlSupplier
PaintingDao.getInsertSparql
(Painting painting) protected void
PaintingDao.populateBindingsForUpdate
(MutableBindings bindingsBuilder, Painting painting) -
Uses of Painting in org.eclipse.rdf4j.spring.demo.service
Methods in org.eclipse.rdf4j.spring.demo.service that return PaintingModifier and TypeMethodDescriptionArtService.createPainting
(String title, String technique, IRI artist) Methods in org.eclipse.rdf4j.spring.demo.service that return types with arguments of type PaintingModifier and TypeMethodDescriptionArtService.getPaintings()
ArtService.getPaintingsGroupedByArtist()
Methods in org.eclipse.rdf4j.spring.demo.service with parameters of type Painting