swh:1:snp:113c758bbca8ab355325fa13c5762925d199e835
Raw File
Tip revision: ea4d54687a05c3954b641f1f022ad63d6f410851 authored by Iwao AVE! on 25 December 2021, 18:27:26 UTC
[maven-release-plugin] prepare release mybatis-3.5.9
Tip revision: ea4d546
site_zh.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--

       Copyright 2009-2018 the original author or authors.

       Licensed under the Apache License, Version 2.0 (the "License");
       you may not use this file except in compliance with the License.
       You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

       Unless required by applicable law or agreed to in writing, software
       distributed under the License is distributed on an "AS IS" BASIS,
       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       See the License for the specific language governing permissions and
       limitations under the License.

-->
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">

  <body>
    <menu name="参考文档">
      <item name="简介" href="index.html"/>
      <item name="入门" href="getting-started.html"/>
      <item name="XML 配置" href="configuration.html" collapse="true">
        <item href="configuration.html#properties" name="属性" />
        <item href="configuration.html#settings" name="设置" />
        <item href="configuration.html#typeAliases" name="类型别名" />
        <item href="configuration.html#typeHandlers" name="类型处理器" />
        <item href="configuration.html#objectFactory" name="对象工厂" />
        <item href="configuration.html#plugins" name="插件" />
        <item href="configuration.html#environments" name="环境配置" />
        <item href="configuration.html#databaseIdProvider" name="数据库厂商标识" />
        <item href="configuration.html#mappers" name="映射器" />
      </item>
      <item name="XML 映射文件" href="sqlmap-xml.html" collapse="true">
        <item href="sqlmap-xml.html#select" name="select" />
        <item href="sqlmap-xml.html#insert_update_and_delete" name="insert, update 和 delete" />
        <item href="sqlmap-xml.html#Parameters" name="参数" />
        <item href="sqlmap-xml.html#Result_Maps" name="结果映射" />
        <item href="sqlmap-xml.html#Auto-mapping" name="自动映射" />
        <item href="sqlmap-xml.html#cache" name="缓存" />
      </item>
      <item name="动态 SQL" href="dynamic-sql.html"/>
      <item name="Java API" href="java-api.html" collapse="true">
        <item name="目录结构" href="java-api.html#directoryStructure" />
        <item name="SqlSession" href="java-api.html#sqlSessions" />
      </item>
      <item name="SQL 语句构建器" href="statement-builders.html" collapse="true" />
      <item name="日志" href="logging.html"/>
    </menu>

    <menu ref="reports"/>
  </body>
</project>
back to top