Interface ResourceProvider


public interface ResourceProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.io.Resource
    getResource(Object id, org.springframework.jdbc.core.JdbcTemplate template, org.springframework.transaction.PlatformTransactionManager txnMgr)
     
  • Method Details

    • getResource

      org.springframework.core.io.Resource getResource(Object id, org.springframework.jdbc.core.JdbcTemplate template, org.springframework.transaction.PlatformTransactionManager txnMgr)