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 props)
build
public SqlSessionFactory build(Configuration config)
Copyright © 2010. All Rights Reserved.