28293031323334353637
} protected DataSource getDataSource() { try { Connection connection = getConnection().getConnection(); return new SingleConnectionDataSource(connection); } catch (Exception e) { throw new RuntimeException(e); } }