Uses of Interface
org.eclipse.rdf4j.spring.dao.support.bindingsBuilder.MutableBindings
Package
Description
Rdf4j-Spring DAO
-
Uses of MutableBindings in org.eclipse.rdf4j.spring.dao
Modifier and TypeMethodDescriptionprotected void
RDF4JCRUDDao.populateBindingsForUpdate(MutableBindings bindingsBuilder, INPUT input)
Sets the non-id bindings on for the write query such that the instance of type I is written to the database.protected abstract void
RDF4JCRUDDao.populateIdBindings(MutableBindings bindingsBuilder, ID id)
Binds the instance id to query variable(s). -
Uses of MutableBindings in org.eclipse.rdf4j.spring.dao.support.bindingsBuilder
-
Uses of MutableBindings in org.eclipse.rdf4j.spring.demo.dao
Modifier and TypeMethodDescriptionprotected void
ArtistDao.populateBindingsForUpdate(MutableBindings bindingsBuilder, Artist artist)
protected void
PaintingDao.populateBindingsForUpdate(MutableBindings bindingsBuilder, Painting painting)
protected void
ArtistDao.populateIdBindings(MutableBindings bindingsBuilder, IRI iri)
protected void
PaintingDao.populateIdBindings(MutableBindings bindingsBuilder, IRI iri)