org.apache.ibatis.session
Class SqlSessionFactoryBuilder
java.lang.Object
org.apache.ibatis.session.SqlSessionFactoryBuilder
public class SqlSessionFactoryBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlSessionFactoryBuilder
public SqlSessionFactoryBuilder()
build
public SqlSessionFactory build(Reader reader)
build
public SqlSessionFactory build(Reader reader,
String environment)
build
public SqlSessionFactory build(Reader reader,
Properties properties)
build
public SqlSessionFactory build(Reader reader,
String environment,
Properties properties)
build
public SqlSessionFactory build(InputStream inputStream)
build
public SqlSessionFactory build(InputStream inputStream,
String environment)
build
public SqlSessionFactory build(InputStream inputStream,
Properties properties)
build
public SqlSessionFactory build(InputStream inputStream,
String environment,
Properties properties)
build
public SqlSessionFactory build(Configuration config)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.