Class ArtService
java.lang.Object
org.eclipse.rdf4j.spring.demo.service.ArtService
Uses
ArtistDao
and PaintingDao
to query and manipulate the repository.- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddPainting
(Painting painting) createArtist
(String firstName, String lastName) createPainting
(String title, String technique, IRI artist)
-
Constructor Details
-
ArtService
public ArtService()
-
-
Method Details
-
createArtist
-
createPainting
-
getPaintings
-
getArtists
-
getArtistsWithoutPaintings
-
getPaintingsGroupedByArtist
-
addArtist
-
addPainting
-