org.openrdf.repository.base |
|
Java Source File Name | Type | Comment |
RepositoryConnectionBase.java | Class | Abstract class implementing most 'convenience' methods in the
RepositoryConnection interface by transforming parameters and mapping the
methods to the basic (abstractly declared) methods.
Open connections are automatically closed when being garbage collected. |
RepositoryConnectionWrapper.java | Class | Delegates all calls to the delegate RepositoryConnection. |
RepositoryWrapper.java | Class | A
DelegatingRepository implementation that, by default, forwards all
method calls to its delegate. |