Package org.openrdf.jena

Class Summary
DataSourceSesame This is a wrapper to make a Sesame repository appear as a jena Datasource
ExtendedStatementIterator  
GraphSesame This class wraps a Sesame repository and presents it as a Jena Graph NOTE: This class does NOT support remove'ing triples from the iterators returned by find! This means essentially everything, removing can only be done by performRemove call!
InfGraphSesame This class wraps a sesame repository as a jena InfGraph It handles bulkupdates efficiently in single Sesame transactions.
InfModelSesame This class wraps a sesame repository as a jena InfModel It handles bulkupdates efficiently in single Sesame transactions.
LockSesame I pretend to be a jena-lock, but I am actually just a poor sesame transaction.
ModelSesame Jena-Sesame-Model: A Jena model using Sesame as a backend.
NamedGraphSesame This pretends to be a named graph.
QueryExecutionSesame Run ARQ SPARQL queries on a Sesame Repository
ResultSetImpl  
SesameBulkUpdateHandler This is a bulkhandler that knows about sesame transactions.
SesameInfBulkUpdateHandler This is a BulkUpdateHandler for Inf graphs - why it is different from the normal sesame bulkupdatehandler escapes me just now...
ValueToNode A Jena Node is equivalent to a Sesame Value.