Class PooledRepositoryConnectionFactory

java.lang.Object
org.eclipse.rdf4j.spring.pool.PooledRepositoryConnectionFactory
All Implemented Interfaces:
RepositoryConnectionFactory, org.springframework.beans.factory.DisposableBean

public class PooledRepositoryConnectionFactory extends Object implements org.springframework.beans.factory.DisposableBean, RepositoryConnectionFactory
Uses the delegate factory to actually obtain connections and provides these connections, managing an internal pool.
Since:
4.0.0
Author:
Florian Kleedorfer