Interface DataSourceResolver

  • All Known Implementing Classes:
    SpringDataSourceResolver

    public interface DataSourceResolver
    Resolves the underlying target data source.
    Since:
    1.0
    Author:
    graemerocher
    • Method Detail

      • resolve

        default DataSource resolve​(DataSource dataSource)
        Resolves the underlying target data source in the case it has been wrapped by proxying / instrumentation logic.
        Parameters:
        dataSource - The data source
        Returns:
        The unwrapped datasource