1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+
4
+ Copyright 2009-2018 the original author or authors.
5
+
6
+ Licensed under the Apache License, Version 2.0 (the "License");
7
+ you may not use this file except in compliance with the License.
8
+ You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+
18
+ -->
19
+ <project name =" ${project.name}" xmlns =" http://maven.apache.org/DECORATION/1.7.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
+ xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd" >
21
+
22
+ <body >
23
+ <menu name =" 參考文件" >
24
+ <item name =" 簡介" href =" index.html" />
25
+ <item name =" 入門" href =" getting-started.html" />
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
+ </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 和 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
+ </item >
45
+ <item name =" 動態 SQL" href =" dynamic-sql.html" />
46
+ <item name =" Java API" href =" java-api.html" collapse =" true" >
47
+ <item name =" 目錄結構" href =" java-api.html#directoryStructure" />
48
+ <item name =" SqlSession" href =" java-api.html#sqlSessions" />
49
+ </item >
50
+ <item name =" SQL 語句建構器" href =" statement-builders.html" collapse =" true" />
51
+ <item name =" 日誌" href =" logging.html" />
52
+ </menu >
53
+
54
+ <menu ref =" reports" />
55
+ </body >
56
+ </project >
0 commit comments