Package | Description |
---|---|
org.openrdf.repository.base | |
org.openrdf.repository.contextaware | |
org.openrdf.repository.dataset | |
org.openrdf.repository.event.base | |
org.openrdf.repository.sail |
Repository implementation for local storage backends.
|
org.openrdf.repository.sparql |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryConnectionWrapper
Delegates all calls to the delegate RepositoryConnection.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextAwareConnection
Allows contexts to be specified at the connection level or the method level.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetRepositoryConnection |
Modifier and Type | Class and Description |
---|---|
class |
InterceptingRepositoryConnectionWrapper
Wrapper that notifies interceptors of events on RepositoryConnections before
they happen.
|
class |
NotifyingRepositoryConnectionWrapper
This broadcaster is used by the RepositoryBroadcaster to wrap the delegate
repository connection.
|
Modifier and Type | Class and Description |
---|---|
class |
SailRepositoryConnection
An implementation of the
RepositoryConnection interface that wraps a
SailConnection . |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLConnection
Provides a
RepositoryConnection interface to any SPARQL endpoint. |
Copyright © 2001-2013 Aduna. All Rights Reserved.