net.paoding.rose.jade.context.spring
类 SpringDataSourceFactory

java.lang.Object
  继承者 net.paoding.rose.jade.context.spring.SpringDataSourceFactory
所有已实现的接口:
DataSourceFactory, org.springframework.context.ApplicationContextAware

public class SpringDataSourceFactory
extends Object
implements DataSourceFactory, org.springframework.context.ApplicationContextAware

作者:
qieqie.wang

构造方法摘要
SpringDataSourceFactory()
           
SpringDataSourceFactory(org.springframework.beans.factory.ListableBeanFactory applicationContext)
           
 
方法摘要
 DataSource getDataSource(StatementMetaData metaData, Map<String,Object> runtimeProperties)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SpringDataSourceFactory

public SpringDataSourceFactory()

SpringDataSourceFactory

public SpringDataSourceFactory(org.springframework.beans.factory.ListableBeanFactory applicationContext)
方法详细信息

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
指定者:
接口 org.springframework.context.ApplicationContextAware 中的 setApplicationContext

getDataSource

public DataSource getDataSource(StatementMetaData metaData,
                                Map<String,Object> runtimeProperties)
指定者:
接口 DataSourceFactory 中的 getDataSource
返回:


Copyright © 2012. All Rights Reserved.