Interface DataSourceResolver

  • All Known Implementing Classes:
    SpringDataSourceResolver

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

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default javax.sql.DataSource resolve​(javax.sql.DataSource dataSource)
      Resolves the underlying target data source in the case it has been wrapped by proxying / instrumentation logic.
    • Method Detail

      • resolve

        default javax.sql.DataSource resolve​(javax.sql.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