Class 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