Class RDF4JCRUDDao<ENTITY,INPUT,ID>

java.lang.Object
org.eclipse.rdf4j.spring.dao.RDF4JDao
org.eclipse.rdf4j.spring.dao.RDF4JCRUDDao<ENTITY,INPUT,ID>
Type Parameters:
ENTITY -
INPUT -
ID -
Direct Known Subclasses:
SimpleRDF4JCRUDDao

public abstract class RDF4JCRUDDao<ENTITY,INPUT,ID> extends RDF4JDao
Base class for DAOs providing CRUD functionality. The class allows for entities to be represented with different classes for read (ENTITY type) vs write (INPUT type) operations. DAOs that do not require this distinction must use the same class for both parameters.
Since:
4.0.0
Author:
Florian Kleedorfer