Package | Description |
---|---|
org.eclipse.rdf4j.repository.base |
Abstract base classes and wrappers for the main Repository API interfaces.
|
org.eclipse.rdf4j.repository.contextaware |
A repository wrapper with convenience functions for handling contexts.
|
org.eclipse.rdf4j.repository.dataset |
A repository wrapper which supports auto-loading of datasets specified in a query.
|
org.eclipse.rdf4j.repository.event.base |
Wrapper/adapter base implementations.
|
org.eclipse.rdf4j.repository.manager |
Functionality for Repository lifecycle management and sharing.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryWrapper
A
DelegatingRepository implementation that, by default, forwards all method calls to its delegate. |
Modifier and Type | Class and Description |
---|---|
class |
ContextAwareRepository
Allows contexts to be specified at the repository level.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetRepository
A repository that automatically attempts to load the dataset supplied in a (SPARQL) query (using FROM and FROM NAMED
clauses).
|
Modifier and Type | Class and Description |
---|---|
class |
InterceptingRepositoryWrapper
Wrapper that notifies interceptors of events on Repositories before they happen.
|
class |
NotifyingRepositoryWrapper
This notifying decorator allows listeners to register with the repository or connection and be notified when events
occur.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemRepository
Deprecated.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.