| Interface | Description |
|---|---|
| ResultContext<T> | |
| ResultHandler<T> | |
| SqlSession |
The primary Java interface for working with MyBatis.
|
| SqlSessionFactory |
Creates an
SqlSession out of a connection or a DataSource |
| Class | Description |
|---|---|
| Configuration | |
| Configuration.StrictMap<V> | |
| Configuration.StrictMap.Ambiguity | |
| RowBounds | |
| SqlSessionFactoryBuilder |
Builds
SqlSession instances. |
| SqlSessionManager |
| Enum | Description |
|---|---|
| AutoMappingBehavior |
Specifies if and how MyBatis should automatically map columns to fields/properties.
|
| AutoMappingUnknownColumnBehavior |
Specify the behavior when detects an unknown column (or unknown property type) of automatic mapping target.
|
| ExecutorType | |
| LocalCacheScope | |
| TransactionIsolationLevel |
| Exception | Description |
|---|---|
| SqlSessionException |
Copyright © 2009–2021 MyBatis.org. All rights reserved.