Mybatis 3.3.0 中文用户指南mybatis 参考文档 参考文档 参考文档 参考文档 简介 简介 入门 入门 XML配置 XML配置 XML映射文件 XML映射文件 动态SQL 动态SQL Java API Java API SQL语句构建器 SQL语句构建器 日志 日志 项目文档 项目文档 项目文档 项目文档 项目信息 项目信息 项目报表 项目报表 简介 简介 什么是 什么是 MyBatis ? ? mybatis 参考文档 参考文档 参考文档 参考文档 简介 简介 入门 入门 XML配置 XML配置 XML映射文件 XML映射文件 动态SQL 动态SQL Java API Java API SQL语句构建器 SQL语句构建器 日志 日志 项目文档 项目文档 项目文档 项目文档 项目信息 项目信息 项目报表 项目报表 入门 入门 安装 安装 要使用 MyBatis, (databaseIdProvider) (databaseIdProvider) 映射器 映射器 (mappers) (mappers) XML映射文件 XML映射文件 动态SQL 动态SQL Java API Java API SQL语句构建器 SQL语句构建器 日志 日志 XML 映射配置文件 映射配置文件 MyBatis 的配置文件包含了影响 MyBatis 行为甚深的设置(settings)和属性0 码力 | 98 页 | 2.03 MB | 1 年前3
Apache ShardingSphere 5.0.0-alpha Document1.4 Configuration Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175 YAML Configuration customization • Centre‐less Distributed primary key 1.2.2 Distributed Transaction • Unified Transaction API • XA transaction • BASE transaction 1.2.3 Database Governance • Distributed Governance • Data staff’s ID, but this column does not exist in the database. SQL Hint can be used by two ways, Java API and SQL comment (to do). Please refer to Hint for more details. Configuration Sharding Rule The0 码力 | 311 页 | 2.09 MB | 1 年前3
Apache ShardingSphere 5.0.0 Document1.4 Configuration Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 YAML Configuration 311 7.7.26 26. [Other] Why is the database sharding result not correct when using Proxool?312 7.8 API Change Histories . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313 7.8 YAML configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 326 Spring namespace0 码力 | 403 页 | 3.15 MB | 1 年前3
Apache ShardingSphere 5.1.2 DocumentShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 5.1.1 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 Overview . . . . Shadow Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 5.1.8 Special API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 Sharding . . . . in yaml or properties leading incorrect result when loading Oracle metadata? . . . . . . 369 7.9 API Change Histories . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 7.90 码力 | 503 页 | 3.66 MB | 1 年前3
Apache ShardingSphere 5.1.1 DocumentShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 5.1.1 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 Overview . . . . Shadow Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 5.1.7 Special API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136 Sharding . . . . effect when integrating ShardingSphere with Spring Boot 2.x ? . . . . . . . . . . . . . . . . 356 7.9 API Change Histories . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 7.90 码力 | 458 页 | 3.43 MB | 1 年前3
Apache ShardingSphere 5.2.0 DocumentDriver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 Overview . . . . Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 4.1.5 Special API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162 Sharding . . . . login primary key, but there is no such field in the database. SQL Hint can be used both via Java API and SQL annotation. See Mandatory Sharding Routing for details. Row Value Expressions Row expressions0 码力 | 483 页 | 4.27 MB | 1 年前3
MYBATIS Quick Guidereduces the burden of setting of parameters manually and retrieving the results. It provides a simple API to interact with the database. It also provides support for custom SQL, stored procedures and advanced percentage, phone, and email as parameters. You can invoke the ‘insert’ mapped query using Java API as shown below − //Assume session is an SqlSession object. session.insert("Student.insert", student); pass this object as parameter to update method. You can invoke the update mapped query using Java API as shown below − //Assume session is an SqlSession object. session.update("Student.update",student);0 码力 | 34 页 | 301.72 KB | 1 年前3
Apache ShardingSphere 5.2.1 DocumentDriver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 Overview . . . . Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162 4.1.5 Special API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 Sharding . . . . login primary key, but there is no such field in the database. SQL Hint can be used both via Java API and SQL annotation. See Mandatory Sharding Routing for details. Row Value Expressions Row expressions0 码力 | 523 页 | 4.51 MB | 1 年前3
Apache ShardingSphere 5.4.1 DocumentDriver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 9.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 Overview . . . . Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118 9.1.3 Special API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 Sharding . . . . login primary key, but there is no such field in the database. SQL Hint can be used both via Java API and SQL annotation. See Mandatory Sharding Routing for details. Row Value Expressions Row expressions0 码力 | 572 页 | 3.73 MB | 1 年前3
Apache ShardingSphere ElasticJob document Nov 01, 2023. . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 5 Concepts & Features 7 5.1 Schedule Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 5.2 Elastic Schedule 1 Job API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Job Development . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Use Java API . . Listener Development . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 Use Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 Use Spring Namespace0 码力 | 101 页 | 1.53 MB | 1 年前3
共 23 条
- 1
- 2
- 3













