org.apache.ibatis.datasource
Interface DataSourceFactory

All Known Implementing Classes:
JndiDataSourceFactory, PooledDataSourceFactory, UnpooledDataSourceFactory

public interface DataSourceFactory


Method Summary
 javax.sql.DataSource getDataSource()
           
 void setProperties(java.util.Properties props)
           
 

Method Detail

setProperties

void setProperties(java.util.Properties props)

getDataSource

javax.sql.DataSource getDataSource()


Copyright © 2010 MyBatis.org. All Rights Reserved.