public class JdbcRecordStoreFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<JdbcRecordStore> implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
JdbcRecordStoreFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected JdbcRecordStore |
createInstance() |
protected void |
destroyInstance(JdbcRecordStore recordStore) |
Map<String,Object> |
getConfig() |
DataSource |
getDataSource() |
Class<?> |
getObjectType() |
Map<String,Object> |
getProperties() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setConfig(Map<String,Object> config) |
void |
setDataSource(DataSource dataSource) |
void |
setProperties(Map<String,Object> properties) |
protected JdbcRecordStore createInstance() throws Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<JdbcRecordStore>Exceptionprotected void destroyInstance(JdbcRecordStore recordStore) throws Exception
destroyInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<JdbcRecordStore>Exceptionpublic DataSource getDataSource()
public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<JdbcRecordStore>getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<JdbcRecordStore>public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setDataSource(DataSource dataSource)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.