Interface DataSourceAware

All Superinterfaces:
org.springframework.beans.factory.Aware
All Known Implementing Classes:
UstraJdbcTemplateService

public interface DataSourceAware extends org.springframework.beans.factory.Aware
DataSource를 바인딩하는 aware interface
See Also:
  • ApplicationContextProxyInvokerProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • setDataSource

      void setDataSource(DataSource dataSource)