All Downloads are FREE. Search and download functionalities are using the official Maven repository.

internal.org.springframework.content.jpa.io.ResourceProvider Maven / Gradle / Ivy

There is a newer version: 3.0.15
Show newest version
package internal.org.springframework.content.jpa.io;

import org.springframework.core.io.Resource;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.transaction.PlatformTransactionManager;

public interface ResourceProvider {

    Resource getResource(Object id, JdbcTemplate template, PlatformTransactionManager txnMgr);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy