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)
Deprecated.
Since 3.5.4, please use the
UnknownTypeHandler(Configuration) . |
Copyright © 2009–2024. All rights reserved.