Uses of Class
org.eclipse.rdf4j.spring.demo.model.Painting
-
Packages that use Painting Package Description org.eclipse.rdf4j.spring.demo.dao org.eclipse.rdf4j.spring.demo.service -
-
Uses of Painting in org.eclipse.rdf4j.spring.demo.dao
Methods in org.eclipse.rdf4j.spring.demo.dao that return Painting Modifier and Type Method Description protected Painting
PaintingDao. mapSolution(BindingSet querySolution)
Methods in org.eclipse.rdf4j.spring.demo.dao with parameters of type Painting Modifier and Type Method Description protected 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 Painting Modifier and Type Method Description Painting
ArtService. createPainting(String title, String technique, IRI artist)
Methods in org.eclipse.rdf4j.spring.demo.service that return types with arguments of type Painting Modifier and Type Method Description List<Painting>
ArtService. getPaintings()
Map<Artist,Set<Painting>>
ArtService. getPaintingsGroupedByArtist()
Methods in org.eclipse.rdf4j.spring.demo.service with parameters of type Painting Modifier and Type Method Description IRI
ArtService. addPainting(Painting painting)
-