Uses of Class
org.eclipse.rdf4j.spring.demo.model.Artist
-
Packages that use Artist Package Description org.eclipse.rdf4j.spring.demo.dao org.eclipse.rdf4j.spring.demo.service -
-
Uses of Artist in org.eclipse.rdf4j.spring.demo.dao
Methods in org.eclipse.rdf4j.spring.demo.dao that return Artist Modifier and Type Method Description protected Artist
ArtistDao. mapSolution(BindingSet querySolution)
Methods in org.eclipse.rdf4j.spring.demo.dao that return types with arguments of type Artist Modifier and Type Method Description Set<Artist>
ArtistDao. getArtistsWithoutPaintings()
Methods in org.eclipse.rdf4j.spring.demo.dao with parameters of type Artist Modifier and Type Method Description protected IRI
ArtistDao. getInputId(Artist artist)
protected NamedSparqlSupplier
ArtistDao. getInsertSparql(Artist artist)
protected void
ArtistDao. populateBindingsForUpdate(MutableBindings bindingsBuilder, Artist artist)
-
Uses of Artist in org.eclipse.rdf4j.spring.demo.service
Methods in org.eclipse.rdf4j.spring.demo.service that return Artist Modifier and Type Method Description Artist
ArtService. createArtist(String firstName, String lastName)
Methods in org.eclipse.rdf4j.spring.demo.service that return types with arguments of type Artist Modifier and Type Method Description List<Artist>
ArtService. getArtists()
Set<Artist>
ArtService. getArtistsWithoutPaintings()
Map<Artist,Set<Painting>>
ArtService. getPaintingsGroupedByArtist()
Methods in org.eclipse.rdf4j.spring.demo.service with parameters of type Artist Modifier and Type Method Description IRI
ArtService. addArtist(Artist artist)
-