org.apache.ibatis.session
Class SqlSessionFactoryBuilder
java.lang.Object
org.apache.ibatis.session.SqlSessionFactoryBuilder
public class SqlSessionFactoryBuilder
- extends java.lang.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(java.io.Reader reader)
build
public SqlSessionFactory build(java.io.Reader reader,
java.lang.String environment)
build
public SqlSessionFactory build(java.io.Reader reader,
java.util.Properties properties)
build
public SqlSessionFactory build(java.io.Reader reader,
java.lang.String environment,
java.util.Properties props)
build
public SqlSessionFactory build(Configuration config)
Copyright © 2010 MyBatis.org. All Rights Reserved.