|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright 2009-2016 the original author or authors. |
| 4 | + Copyright 2009-2018 the original author or authors. |
5 | 5 |
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License");
|
7 | 7 | you may not use this file except in compliance with the License.
|
|
23 | 23 | <menu name="参考文档">
|
24 | 24 | <item name="简介" href="index.html"/>
|
25 | 25 | <item name="入门" href="getting-started.html"/>
|
26 |
| - <item name="XML配置" href="configuration.html" collapse="true"> |
27 |
| - <item href="configuration.html#properties" name="属性(properties)" /> |
28 |
| - <item href="configuration.html#settings" name="设置(settings)" /> |
29 |
| - <item href="configuration.html#typeAliases" name="类型别名(typeAliases)" /> |
30 |
| - <item href="configuration.html#typeHandlers" name="类型处理(typeHandlers)" /> |
31 |
| - <item href="configuration.html#objectFactory" name="对象工厂(objectFactory)" /> |
32 |
| - <item href="configuration.html#plugins" name="插件(plugins)" /> |
33 |
| - <item href="configuration.html#environments" name="环境配置(environments)" /> |
34 |
| - <item href="configuration.html#databaseIdProvider" name="数据库厂商标识(databaseIdProvider)" /> |
35 |
| - <item href="configuration.html#mappers" name="映射器(mappers)" /> |
| 26 | + <item name="XML 配置" href="configuration.html" collapse="true"> |
| 27 | + <item href="configuration.html#properties" name="属性" /> |
| 28 | + <item href="configuration.html#settings" name="设置" /> |
| 29 | + <item href="configuration.html#typeAliases" name="类型别名" /> |
| 30 | + <item href="configuration.html#typeHandlers" name="类型处理器" /> |
| 31 | + <item href="configuration.html#objectFactory" name="对象工厂" /> |
| 32 | + <item href="configuration.html#plugins" name="插件" /> |
| 33 | + <item href="configuration.html#environments" name="环境配置" /> |
| 34 | + <item href="configuration.html#databaseIdProvider" name="数据库厂商标识" /> |
| 35 | + <item href="configuration.html#mappers" name="映射器" /> |
36 | 36 | </item>
|
37 |
| - <item name="XML映射文件" href="sqlmap-xml.html" collapse="true"> |
38 |
| - <item href="sqlmap-xml.html#select" name="查询(select)" /> |
39 |
| - <item href="sqlmap-xml.html#insert_update_and_delete" name="更新(insert, update and delete)" /> |
40 |
| - <item href="sqlmap-xml.html#Parameters" name="参数(Parameters)" /> |
41 |
| - <item href="sqlmap-xml.html#Result_Maps" name="结果集(Result Maps)" /> |
42 |
| - <item href="sqlmap-xml.html#Auto-mapping" name="自动映射(Auto-mapping)" /> |
43 |
| - <item href="sqlmap-xml.html#cache" name="cache" /> |
| 37 | + <item name="XML 映射文件" href="sqlmap-xml.html" collapse="true"> |
| 38 | + <item href="sqlmap-xml.html#select" name="select" /> |
| 39 | + <item href="sqlmap-xml.html#insert_update_and_delete" name="insert, update 和 delete" /> |
| 40 | + <item href="sqlmap-xml.html#Parameters" name="参数" /> |
| 41 | + <item href="sqlmap-xml.html#Result_Maps" name="结果映射" /> |
| 42 | + <item href="sqlmap-xml.html#Auto-mapping" name="自动映射" /> |
| 43 | + <item href="sqlmap-xml.html#cache" name="缓存" /> |
44 | 44 | </item>
|
45 |
| - <item name="动态SQL" href="dynamic-sql.html"/> |
| 45 | + <item name="动态 SQL" href="dynamic-sql.html"/> |
46 | 46 | <item name="Java API" href="java-api.html" collapse="true">
|
47 | 47 | <item name="目录结构" href="java-api.html#directoryStructure" />
|
48 | 48 | <item name="SqlSessions" href="java-api.html#sqlSessions" />
|
49 | 49 | </item>
|
50 |
| - <item name="SQL语句构建器" href="statement-builders.html" collapse="true" /> |
| 50 | + <item name="SQL 语句构建器" href="statement-builders.html" collapse="true" /> |
51 | 51 | <item name="日志" href="logging.html"/>
|
52 | 52 | </menu>
|
53 | 53 |
|
|
0 commit comments