|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlSessionFactory | |
---|---|
org.apache.ibatis.session | TODO fillme. |
org.apache.ibatis.session.defaults | TODO fillme. |
Uses of SqlSessionFactory in org.apache.ibatis.session |
---|
Classes in org.apache.ibatis.session that implement SqlSessionFactory | |
---|---|
class |
SqlSessionManager
|
Methods in org.apache.ibatis.session that return SqlSessionFactory | |
---|---|
SqlSessionFactory |
SqlSessionFactoryBuilder.build(Configuration config)
|
SqlSessionFactory |
SqlSessionFactoryBuilder.build(InputStream inputStream)
|
SqlSessionFactory |
SqlSessionFactoryBuilder.build(InputStream inputStream,
Properties properties)
|
SqlSessionFactory |
SqlSessionFactoryBuilder.build(InputStream inputStream,
String environment)
|
SqlSessionFactory |
SqlSessionFactoryBuilder.build(InputStream inputStream,
String environment,
Properties properties)
|
SqlSessionFactory |
SqlSessionFactoryBuilder.build(Reader reader)
|
SqlSessionFactory |
SqlSessionFactoryBuilder.build(Reader reader,
Properties properties)
|
SqlSessionFactory |
SqlSessionFactoryBuilder.build(Reader reader,
String environment)
|
SqlSessionFactory |
SqlSessionFactoryBuilder.build(Reader reader,
String environment,
Properties properties)
|
Methods in org.apache.ibatis.session with parameters of type SqlSessionFactory | |
---|---|
static SqlSessionManager |
SqlSessionManager.newInstance(SqlSessionFactory sqlSessionFactory)
|
Uses of SqlSessionFactory in org.apache.ibatis.session.defaults |
---|
Classes in org.apache.ibatis.session.defaults that implement SqlSessionFactory | |
---|---|
class |
DefaultSqlSessionFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |