Interface | Description |
---|---|
ResultContext<T> | |
ResultHandler<T> | |
SqlSession |
The primary Java interface for working with MyBatis.
|
SqlSessionFactory |
Creates an
SqlSesion out of a connection or a DataSource |
Class | Description |
---|---|
Configuration | |
Configuration.StrictMap<V> | |
Configuration.StrictMap.Ambiguity | |
RowBounds | |
SqlSessionFactoryBuilder | |
SqlSessionManager |
Enum | Description |
---|---|
AutoMappingBehavior |
Specifies if and how MyBatis should automatically map columns to fields/properties.
|
ExecutorType | |
LocalCacheScope | |
TransactionIsolationLevel |
Exception | Description |
---|---|
SqlSessionException |
Copyright © 2010–2015 MyBatis.org. All rights reserved.