| 接口 | 说明 |
|---|---|
| BaseFieldDate |
| 类 | 说明 |
|---|---|
| MyApplicationStartedListener | |
| MybatisInterceptor |
MyBatis有四大核心对象:
(1)ParameterHandler:处理SQL的参数对象
(2)ResultSetHandler:处理SQL的返回结果集
(3)StatementHandler:数据库的处理对象,用于执行SQL语句
(4)Executor:MyBatis的执行器,用于执行增删改查操作
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.