Hello everybody,
I'm currently integrating some java classes into my project which use jdbc and whose methods are called with the appropriate mysql-connection information (user/passwort/url). I would like to read those information from my hibernateTemplate, but I am not sure what would be the best/easiest way to do so... Any suggestions?
Greetings,
schmand


Reply With Quote