Uses of Class
org.eclipse.rdf4j.spring.demo.model.Painting
-
Uses of Painting in org.eclipse.rdf4j.spring.demo.dao
Modifier and TypeMethodDescriptionprotected Painting
PaintingDao.mapSolution(BindingSet querySolution)
Modifier 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
Modifier and TypeMethodDescriptionArtService.createPainting(String title, String technique, IRI artist)
Modifier and TypeMethodDescriptionArtService.getPaintings()
ArtService.getPaintingsGroupedByArtist()