public class CustomizableBlobResourceLoader extends Object implements BlobResourceLoader
| Constructor and Description |
|---|
CustomizableBlobResourceLoader(org.springframework.jdbc.core.JdbcTemplate template,
org.springframework.transaction.PlatformTransactionManager txnMgr) |
CustomizableBlobResourceLoader(org.springframework.jdbc.core.JdbcTemplate template,
org.springframework.transaction.PlatformTransactionManager txnMgr,
String databaseName,
ResourceProvider resourceProvider) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
String |
getDatabaseName() |
org.springframework.core.io.Resource |
getResource(String location) |
public CustomizableBlobResourceLoader(org.springframework.jdbc.core.JdbcTemplate template,
org.springframework.transaction.PlatformTransactionManager txnMgr)
public CustomizableBlobResourceLoader(org.springframework.jdbc.core.JdbcTemplate template,
org.springframework.transaction.PlatformTransactionManager txnMgr,
String databaseName,
ResourceProvider resourceProvider)
public String getDatabaseName()
getDatabaseName in interface BlobResourceLoaderpublic org.springframework.core.io.Resource getResource(String location)
getResource in interface org.springframework.core.io.ResourceLoaderpublic ClassLoader getClassLoader()
getClassLoader in interface org.springframework.core.io.ResourceLoaderCopyright © 2023 Paul Warren. All rights reserved.