org.apache.ibatis.session
Class SqlSessionFactoryBuilder

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

public class SqlSessionFactoryBuilder
extends java.lang.Object


Constructor Summary
SqlSessionFactoryBuilder()
           
 
Method Summary
 SqlSessionFactory build(Configuration config)
           
 SqlSessionFactory build(java.io.Reader reader)
           
 SqlSessionFactory build(java.io.Reader reader, java.util.Properties properties)
           
 SqlSessionFactory build(java.io.Reader reader, java.lang.String environment)
           
 SqlSessionFactory build(java.io.Reader reader, java.lang.String environment, java.util.Properties props)
           
 
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(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.