Uses of Interface
org.eclipse.rdf4j.repository.config.RepositoryFactory
Packages that use RepositoryFactory
Package
Description
Repository configuration interfaces.
-
Uses of RepositoryFactory in org.eclipse.rdf4j.federated.repository
Classes in org.eclipse.rdf4j.federated.repository that implement RepositoryFactoryModifier and TypeClassDescriptionclass
ARepositoryFactory
to use FedX in settings with a repository manager, e.g. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config with parameters of type RepositoryFactoryModifier and TypeMethodDescriptionprotected String
RepositoryRegistry.getKey(RepositoryFactory factory)
-
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.contextaware.config
Classes in org.eclipse.rdf4j.repository.contextaware.config that implement RepositoryFactoryModifier and TypeClassDescriptionclass
ARepositoryFactory
that createsContextAwareRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.dataset.config
Classes in org.eclipse.rdf4j.repository.dataset.config that implement RepositoryFactoryModifier and TypeClassDescriptionclass
ARepositoryFactory
that createsDatasetRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.http.config
Classes in org.eclipse.rdf4j.repository.http.config that implement RepositoryFactoryModifier and TypeClassDescriptionclass
ARepositoryFactory
that createsHTTPRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.sail.config
Classes in org.eclipse.rdf4j.repository.sail.config that implement RepositoryFactoryModifier and TypeClassDescriptionclass
class
ARepositoryFactory
that createsSailRepository
s based on RDF configuration data. -
Uses of RepositoryFactory in org.eclipse.rdf4j.repository.sparql.config
Classes in org.eclipse.rdf4j.repository.sparql.config that implement RepositoryFactory -
Uses of RepositoryFactory in org.eclipse.rdf4j.testsuite.repository
Methods in org.eclipse.rdf4j.testsuite.repository with parameters of type RepositoryFactoryModifier and TypeMethodDescriptionstatic void
OptimisticIsolationTest.setRepositoryFactory(RepositoryFactory factory)