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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.sql.Connection
getConnection()
-