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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPainting
(Painting painting) createArtist
(String firstName, String lastName) createPainting
(String title, String technique, IRI artist)