Class | Description |
---|---|
AbstractRepository |
Base class for
Repository implementation, offering common functionality. |
AbstractRepositoryConnection |
Abstract class implementing most 'convenience' methods in the
RepositoryConnection interface by transforming parameters and mapping
the methods to the basic (abstractly declared) methods. |
RepositoryBase | Deprecated
since 4.0.
|
RepositoryConnectionBase | Deprecated
since 4.0.
|
RepositoryConnectionWrapper |
Delegates all calls to the delegate RepositoryConnection.
|
RepositoryWrapper |
A
DelegatingRepository implementation that, by default, forwards all
method calls to its delegate. |
Copyright © 2001-2016 Aduna. All Rights Reserved.