Interface DataSourceResolver


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

    Fields
    Modifier and Type
    Field
    Description
    static final DataSourceResolver
    The default implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    default DataSource
    resolve(DataSource dataSource)
    Resolves the underlying target data source in the case it has been wrapped by proxying / instrumentation logic.
  • Field Details

  • Method Details

    • 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