Return the DataSource to use for retrieving Connections.
This implementation returns the passed-in DataSource as-is.
Parameters: originalDataSource - the DataSource as configured by the useron LocalSessionFactoryBean the DataSource to actually retrieve Connections from(potentially wrapped) See Also: LocalSessionFactoryBean.setDataSource |