Class JdbcDatasourceUtil


  • public class JdbcDatasourceUtil
    extends Object
    This utility collects the conversion of Service types that correspond to JDBC data-sources into a single place as the code for all is the same. This inevitably results in datasource related logic being places inside this (otherwise) service binding agnostic module, but it's a small price to pay compared to the alternative of copying and pasting the same code for all JDBC data-sources.