public abstract class AbstractDatabaseStorage extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware
| Modifier and Type | Field and Description |
|---|---|
protected DataSource |
dataSource |
protected DefaultResourceAccessor |
dbResourceAccessor |
protected org.springframework.jdbc.core.JdbcTemplate |
jdbcTemplate |
protected ResourceAccessor |
resourceAccessor |
protected org.springframework.core.io.ResourceLoader |
resourceLoader |
protected org.springframework.transaction.PlatformTransactionManager |
transactionManager |
| Constructor and Description |
|---|
AbstractDatabaseStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Platform |
getPlatform() |
void |
setDataSource(DataSource dataSource) |
void |
setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) |
protected final DefaultResourceAccessor dbResourceAccessor
protected org.springframework.core.io.ResourceLoader resourceLoader
protected ResourceAccessor resourceAccessor
protected org.springframework.transaction.PlatformTransactionManager transactionManager
protected DataSource dataSource
protected org.springframework.jdbc.core.JdbcTemplate jdbcTemplate
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic void setDataSource(DataSource dataSource)
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
setResourceLoader in interface org.springframework.context.ResourceLoaderAwarepublic Platform getPlatform()
Copyright © 2020 FG Forrest, a.s.. All rights reserved.