Uses of Class
org.eclipse.rdf4j.spring.demo.model.Painting
Packages that use Painting
-
Uses of Painting in org.eclipse.rdf4j.spring.demo.dao
Subclasses with type arguments of type Painting in org.eclipse.rdf4j.spring.demo.daoModifier and TypeClassDescriptionclassClass responsible for repository access for managingPaintingentities.Methods in org.eclipse.rdf4j.spring.demo.dao that return PaintingModifier and TypeMethodDescriptionprotected PaintingPaintingDao.mapSolution(BindingSet querySolution) Methods in org.eclipse.rdf4j.spring.demo.dao with parameters of type PaintingModifier and TypeMethodDescriptionprotected IRIPaintingDao.getInputId(Painting painting) protected NamedSparqlSupplierPaintingDao.getInsertSparql(Painting painting) protected voidPaintingDao.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