org.apache.ibatis.session
Class SqlSessionFactoryBuilder

java.lang.Object
  extended by org.apache.ibatis.session.SqlSessionFactoryBuilder

public class SqlSessionFactoryBuilder
extends Object


Constructor Summary
SqlSessionFactoryBuilder()
           
 
Method Summary
 SqlSessionFactory build(Configuration config)
           
 SqlSessionFactory build(InputStream inputStream)
           
 SqlSessionFactory build(InputStream inputStream, Properties properties)
           
 SqlSessionFactory build(InputStream inputStream, String environment)
           
 SqlSessionFactory build(InputStream inputStream, String environment, Properties properties)
           
 SqlSessionFactory build(Reader reader)
           
 SqlSessionFactory build(Reader reader, Properties properties)
           
 SqlSessionFactory build(Reader reader, String environment)
           
 SqlSessionFactory build(Reader reader, String environment, Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlSessionFactoryBuilder

public SqlSessionFactoryBuilder()
Method Detail

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.