Hi!
I want to obtain a JdbcTemplate
in my Java code. I've already got a working java.sql.Connection
. To create a new JdbcTemplate
it would normally need an instance of the javax.sql.DataSource
interface.
Is it somehow possible to obtain a new JdbcTemplate
from an existing java.sql.Connection
?