| Interface | Description |
|---|---|
| ResultContext | |
| ResultHandler | |
| SqlSession |
The primary Java interface for working with MyBatis.
|
| SqlSessionFactory |
| 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-2014 MyBatis.org. All Rights Reserved.