Package | Description |
---|---|
org.openrdf.repository.contextaware |
A repository wrapper with convenience functions for handling contexts.
|
org.openrdf.repository.dataset |
A repository wrapper which supports auto-loading of datasets specified in a query
|
org.openrdf.repository.event.base | |
org.openrdf.repository.manager |
Functionality for management and sharing/reuse of Repositories
|
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
FIXME: do not extend NotifyingRepositoryWrapper, because SystemRepository
shouldn't expose RepositoryWrapper behaviour, just implement
NotifyingRepository.
|
Copyright © 2001–2015 Aduna. All rights reserved.