Package org.javers.repository.sql
Interface ConnectionProvider
public interface ConnectionProvider
Implementation should provide working JDBC connection,
exactly the same which is used by user's application in the current thread.
Usually, connections come from some thread-safe connection pool.
Usually, connections come from some thread-safe connection pool.
-
Method Summary
-
Method Details
-
getConnection
- Throws:
SQLException
-