Uses of Interface
org.eclipse.rdf4j.spring.support.connectionfactory.RepositoryConnectionFactory
-
Packages that use RepositoryConnectionFactory Package Description org.eclipse.rdf4j.spring.operationlog Rdf4j-Spring OperationLogorg.eclipse.rdf4j.spring.pool Rdf4j-Spring Poolorg.eclipse.rdf4j.spring.resultcache Rdf4j-Spring ResultCacheorg.eclipse.rdf4j.spring.support org.eclipse.rdf4j.spring.support.connectionfactory org.eclipse.rdf4j.spring.tx Rdf4J-Spring Tx -
-
Uses of RepositoryConnectionFactory in org.eclipse.rdf4j.spring.operationlog
Classes in org.eclipse.rdf4j.spring.operationlog that implement RepositoryConnectionFactory Modifier and Type Class Description class
LoggingRepositoryConnectionFactory
Constructors in org.eclipse.rdf4j.spring.operationlog with parameters of type RepositoryConnectionFactory Constructor Description LoggingRepositoryConnectionFactory(RepositoryConnectionFactory delegate, OperationLog operationLog)
-
Uses of RepositoryConnectionFactory in org.eclipse.rdf4j.spring.pool
Classes in org.eclipse.rdf4j.spring.pool that implement RepositoryConnectionFactory Modifier and Type Class Description class
PooledRepositoryConnectionFactory
Uses the delegate factory to actually obtain connections and provides these connections, managing an internal pool.Constructors in org.eclipse.rdf4j.spring.pool with parameters of type RepositoryConnectionFactory Constructor Description PooledRepositoryConnectionFactory(RepositoryConnectionFactory delegateFactory)
PooledRepositoryConnectionFactory(RepositoryConnectionFactory delegateFactory, org.apache.commons.pool2.impl.GenericObjectPoolConfig<RepositoryConnection> config)
-
Uses of RepositoryConnectionFactory in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement RepositoryConnectionFactory Modifier and Type Class Description class
CachingRepositoryConnectionFactory
Constructors in org.eclipse.rdf4j.spring.resultcache with parameters of type RepositoryConnectionFactory Constructor Description CachingRepositoryConnectionFactory(RepositoryConnectionFactory delegate, ResultCacheProperties properties)
-
Uses of RepositoryConnectionFactory in org.eclipse.rdf4j.spring.support
Constructors in org.eclipse.rdf4j.spring.support with parameters of type RepositoryConnectionFactory Constructor Description RDF4JTemplate(RepositoryConnectionFactory repositoryConnectionFactory, OperationInstantiator operationInstantiator, org.springframework.core.io.ResourceLoader resourceLoader, UUIDSource uuidSource)
-
Uses of RepositoryConnectionFactory in org.eclipse.rdf4j.spring.support.connectionfactory
Classes in org.eclipse.rdf4j.spring.support.connectionfactory that implement RepositoryConnectionFactory Modifier and Type Class Description class
DelegatingRepositoryConnectionFactory
class
DirectRepositoryConnectionFactory
Methods in org.eclipse.rdf4j.spring.support.connectionfactory that return RepositoryConnectionFactory Modifier and Type Method Description protected RepositoryConnectionFactory
DelegatingRepositoryConnectionFactory. getDelegate()
Constructors in org.eclipse.rdf4j.spring.support.connectionfactory with parameters of type RepositoryConnectionFactory Constructor Description DelegatingRepositoryConnectionFactory(RepositoryConnectionFactory delegate)
-
Uses of RepositoryConnectionFactory in org.eclipse.rdf4j.spring.tx
Classes in org.eclipse.rdf4j.spring.tx that implement RepositoryConnectionFactory Modifier and Type Class Description class
TransactionalRepositoryConnectionFactory
Constructors in org.eclipse.rdf4j.spring.tx with parameters of type RepositoryConnectionFactory Constructor Description TransactionalRepositoryConnectionFactory(RepositoryConnectionFactory delegateFactory)
-