|
22 | 22 | <menu name="参考文档">
|
23 | 23 | <item name="简介" href="index.html"/>
|
24 | 24 | <item name="入门" href="getting-started.html"/>
|
25 |
| - <item name="XML 配置" href="configuration.html" collapse="true"> |
26 |
| - <item href="configuration.html#properties" name="properties" /> |
27 |
| - <item href="configuration.html#settings" name="settings" /> |
28 |
| - <item href="configuration.html#typeAliases" name="typeAliases" /> |
29 |
| - <item href="configuration.html#typeHandlers" name="typeHandlers" /> |
30 |
| - <item href="configuration.html#objectFactory" name="objectFactory" /> |
31 |
| - <item href="configuration.html#plugins" name="plugins" /> |
32 |
| - <item href="configuration.html#environments" name="environments" /> |
33 |
| - <item href="configuration.html#databaseIdProvider" name="databaseIdProvider" /> |
34 |
| - <item href="configuration.html#mappers" name="mappers" /> |
| 25 | + <item name="XML配置" href="configuration.html" collapse="true"> |
| 26 | + <item href="configuration.html#properties" name="属性(properties)" /> |
| 27 | + <item href="configuration.html#settings" name="设置(settings)" /> |
| 28 | + <item href="configuration.html#typeAliases" name="类型别名(typeAliases)" /> |
| 29 | + <item href="configuration.html#typeHandlers" name="类型处理(typeHandlers)" /> |
| 30 | + <item href="configuration.html#objectFactory" name="对象工厂(objectFactory)" /> |
| 31 | + <item href="configuration.html#plugins" name="插件(plugins)" /> |
| 32 | + <item href="configuration.html#environments" name="环境配置(environments)" /> |
| 33 | + <item href="configuration.html#databaseIdProvider" name="数据库厂商标识(databaseIdProvider)" /> |
| 34 | + <item href="configuration.html#mappers" name="映射器(mappers)" /> |
35 | 35 | </item>
|
36 |
| - <item name="XML 映射文件" href="sqlmap-xml.html" collapse="true"> |
37 |
| - <item href="sqlmap-xml.html#select" name="select" /> |
38 |
| - <item href="sqlmap-xml.html#insert_update_and_delete" name="insert, update and delete" /> |
39 |
| - <item href="sqlmap-xml.html#Parameters" name="Parameters" /> |
40 |
| - <item href="sqlmap-xml.html#Result_Maps" name="Result Maps" /> |
41 |
| - <item href="sqlmap-xml.html#Auto-mapping" name="Auto-mapping" /> |
| 36 | + <item name="XML映射文件" href="sqlmap-xml.html" collapse="true"> |
| 37 | + <item href="sqlmap-xml.html#select" name="查询(select)" /> |
| 38 | + <item href="sqlmap-xml.html#insert_update_and_delete" name="更新(insert, update and delete)" /> |
| 39 | + <item href="sqlmap-xml.html#Parameters" name="参数(Parameters)" /> |
| 40 | + <item href="sqlmap-xml.html#Result_Maps" name="结果集(Result Maps)" /> |
| 41 | + <item href="sqlmap-xml.html#Auto-mapping" name="自动映射(Auto-mapping)" /> |
42 | 42 | <item href="sqlmap-xml.html#cache" name="cache" />
|
43 | 43 | </item>
|
44 |
| - <item name="动态 SQL" href="dynamic-sql.html"/> |
| 44 | + <item name="动态SQL" href="dynamic-sql.html"/> |
45 | 45 | <item name="Java API" href="java-api.html" collapse="true">
|
46 |
| - <item name="Directory Structure" href="java-api.html#directoryStructure" /> |
| 46 | + <item name="目录结构" href="java-api.html#directoryStructure" /> |
47 | 47 | <item name="SqlSessions" href="java-api.html#sqlSessions" />
|
48 | 48 | </item>
|
49 |
| - <item name="SQL 组装类" href="statement-builders.html" collapse="true" /> |
50 |
| - <item name="日志处理" href="logging.html"/> |
| 49 | + <item name="SQL语句构建器" href="statement-builders.html" collapse="true" /> |
| 50 | + <item name="日志" href="logging.html"/> |
51 | 51 | </menu>
|
52 | 52 |
|
53 | 53 | <menu ref="reports"/>
|
|
0 commit comments