Uses of Class
org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
-
Packages that use RepositoryConnectionWrapper Package Description org.eclipse.rdf4j.federated.endpoint 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. -
-
Uses of RepositoryConnectionWrapper in org.eclipse.rdf4j.federated.endpoint
Subclasses of RepositoryConnectionWrapper in org.eclipse.rdf4j.federated.endpoint Modifier and Type Class Description static classEndpointBase.ManagedRepositoryConnectionA wrapper for managedRepositoryConnections which makes sure thatEndpointBase.ManagedRepositoryConnection.close()is a no-op, i.e. -
Uses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.contextaware
Subclasses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.contextaware Modifier and Type Class Description classContextAwareConnectionAllows contexts to be specified at the connection level or the method level. -
Uses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.dataset
Subclasses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.dataset Modifier and Type Class Description classDatasetRepositoryConnection -
Uses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.event.base
Subclasses of RepositoryConnectionWrapper in org.eclipse.rdf4j.repository.event.base Modifier and Type Class Description classInterceptingRepositoryConnectionWrapperWrapper that notifies interceptors of events on RepositoryConnections before they happen.classNotifyingRepositoryConnectionWrapperThis broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.
-