| Package | Description |
|---|---|
| org.apache.ibatis.builder |
Base package for the Configuration building code
|
| org.apache.ibatis.executor.statement |
Statement handlers.
|
| org.apache.ibatis.session |
Base package.
|
| org.apache.ibatis.type |
Type handlers.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeHandlerRegistry |
BaseBuilder.typeHandlerRegistry |
| Modifier and Type | Field and Description |
|---|---|
protected TypeHandlerRegistry |
BaseStatementHandler.typeHandlerRegistry |
| Modifier and Type | Field and Description |
|---|---|
protected TypeHandlerRegistry |
Configuration.typeHandlerRegistry |
| Modifier and Type | Method and Description |
|---|---|
TypeHandlerRegistry |
Configuration.getTypeHandlerRegistry() |
| Constructor and Description |
|---|
UnknownTypeHandler(TypeHandlerRegistry typeHandlerRegistry) |
Copyright © 2010–2015 MyBatis.org. All rights reserved.