|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlSession | |
|---|---|
| org.apache.ibatis.binding | TODO fillme. |
| org.apache.ibatis.session | TODO fillme. |
| org.apache.ibatis.session.defaults | TODO fillme. |
| Uses of SqlSession in org.apache.ibatis.binding |
|---|
| Methods in org.apache.ibatis.binding with parameters of type SqlSession | ||
|---|---|---|
Object |
MapperMethod.execute(SqlSession sqlSession,
Object[] args)
|
|
|
MapperRegistry.getMapper(Class<T> type,
SqlSession sqlSession)
|
|
T |
MapperProxyFactory.newInstance(SqlSession sqlSession)
|
|
| Constructors in org.apache.ibatis.binding with parameters of type SqlSession | |
|---|---|
MapperProxy(SqlSession sqlSession,
Class<T> mapperInterface,
Map<Method,MapperMethod> methodCache)
|
|
| Uses of SqlSession in org.apache.ibatis.session |
|---|
| Classes in org.apache.ibatis.session that implement SqlSession | |
|---|---|
class |
SqlSessionManager
|
| Methods in org.apache.ibatis.session with parameters of type SqlSession | ||
|---|---|---|
|
Configuration.getMapper(Class<T> type,
SqlSession sqlSession)
|
|
| Uses of SqlSession in org.apache.ibatis.session.defaults |
|---|
| Classes in org.apache.ibatis.session.defaults that implement SqlSession | |
|---|---|
class |
DefaultSqlSession
|
| Methods in org.apache.ibatis.session.defaults that return SqlSession | |
|---|---|
SqlSession |
DefaultSqlSessionFactory.openSession()
|
SqlSession |
DefaultSqlSessionFactory.openSession(boolean autoCommit)
|
SqlSession |
DefaultSqlSessionFactory.openSession(Connection connection)
|
SqlSession |
DefaultSqlSessionFactory.openSession(ExecutorType execType)
|
SqlSession |
DefaultSqlSessionFactory.openSession(ExecutorType execType,
boolean autoCommit)
|
SqlSession |
DefaultSqlSessionFactory.openSession(ExecutorType execType,
Connection connection)
|
SqlSession |
DefaultSqlSessionFactory.openSession(ExecutorType execType,
TransactionIsolationLevel level)
|
SqlSession |
DefaultSqlSessionFactory.openSession(TransactionIsolationLevel level)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||