net.paoding.rose.jade.context.application
类 JadeFactory

java.lang.Object
  继承者 net.paoding.rose.jade.context.application.JadeFactory

public class JadeFactory
extends Object

作者:
qieqie

构造方法摘要
JadeFactory()
           
JadeFactory(DataSource defaultDataSource)
           
JadeFactory(DataSourceFactory dataSourceFactory)
           
 
方法摘要
 void addInterpreter(Interpreter[] interpreters)
           
<T> T
create(Class<?> daoClass)
           
 DataSourceFactory getDataSourceFactory()
           
 void setCacheProvider(CacheProvider cacheProvider)
           
 void setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 void setRowMapperFactory(RowMapperFactory rowMapperFactory)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JadeFactory

public JadeFactory()

JadeFactory

public JadeFactory(DataSource defaultDataSource)

JadeFactory

public JadeFactory(DataSourceFactory dataSourceFactory)
方法详细信息

setDataSourceFactory

public void setDataSourceFactory(DataSourceFactory dataSourceFactory)

setCacheProvider

public void setCacheProvider(CacheProvider cacheProvider)

getDataSourceFactory

public DataSourceFactory getDataSourceFactory()

setRowMapperFactory

public void setRowMapperFactory(RowMapperFactory rowMapperFactory)

addInterpreter

public void addInterpreter(Interpreter[] interpreters)

create

public <T> T create(Class<?> daoClass)


Copyright © 2012. All Rights Reserved.