 尚硅谷 “玩转”Java 系列 - MyBatis“玩转”Java 系列 ————————————————————————————— 1 【更多 Java – Android 资料下载,可访问尚硅谷(中国)官网 www.atguigu.com 下载区】 Mybatis 1. Mybatis 介绍 MyBatis 是支持普通 SQL 查询,存储过程和高级映射的优秀持久 层框架。MyBatis 消除了几乎所有的 JDBC 代码和参数的手工设置以 代码和参数的手工设置以 及对结果集的检索封装。MyBatis 可以使用简单的 XML 或注解用于 配置和原始映射,将接口和 Java 的 POJO(Plain Old Java Objects,普 通的 Java 对象)映射成数据库中的记录. JDBC-dbutils-MyBatis-Hibernate 2. mybatis 快速入门 编写第一个基于 mybaits 的测试例子: 2.1. 添加 驱动包】 “玩转”Java 系列 ————————————————————————————— 2 【更多 Java – Android 资料下载,可访问尚硅谷(中国)官网 www.atguigu.com 下载区】 mysql-connector-java-5.1.7-bin.jar 2.2. 建库+表 create database0 码力 | 27 页 | 322.51 KB | 1 年前3 尚硅谷 “玩转”Java 系列 - MyBatis“玩转”Java 系列 ————————————————————————————— 1 【更多 Java – Android 资料下载,可访问尚硅谷(中国)官网 www.atguigu.com 下载区】 Mybatis 1. Mybatis 介绍 MyBatis 是支持普通 SQL 查询,存储过程和高级映射的优秀持久 层框架。MyBatis 消除了几乎所有的 JDBC 代码和参数的手工设置以 代码和参数的手工设置以 及对结果集的检索封装。MyBatis 可以使用简单的 XML 或注解用于 配置和原始映射,将接口和 Java 的 POJO(Plain Old Java Objects,普 通的 Java 对象)映射成数据库中的记录. JDBC-dbutils-MyBatis-Hibernate 2. mybatis 快速入门 编写第一个基于 mybaits 的测试例子: 2.1. 添加 驱动包】 “玩转”Java 系列 ————————————————————————————— 2 【更多 Java – Android 资料下载,可访问尚硅谷(中国)官网 www.atguigu.com 下载区】 mysql-connector-java-5.1.7-bin.jar 2.2. 建库+表 create database0 码力 | 27 页 | 322.51 KB | 1 年前3
 MYBATIS Quick Guidehttp://www.tutorialspoint.com/mybatis/mybatis_quick_guide.htm Copyright © tutorialspoint.com MYBATIS - QUICK GUIDE MYBATIS - QUICK GUIDE MYBATIS - OVERVIEW MYBATIS - OVERVIEW MyBatis is an open source an alternative to JDBC and Hibernate. It automates the mapping between SQL databases and objects in Java, .NET, and Ruby on Rails. The mappings are decoupled from the application logic by packaging the SQL development. Portability − MyBatis can be implemented for nearly any language or platform such as Java, Ruby, and C# for Microsoft .NET. Independent Interfaces − MyBatis provides database-independent0 码力 | 34 页 | 301.72 KB | 1 年前3 MYBATIS Quick Guidehttp://www.tutorialspoint.com/mybatis/mybatis_quick_guide.htm Copyright © tutorialspoint.com MYBATIS - QUICK GUIDE MYBATIS - QUICK GUIDE MYBATIS - OVERVIEW MYBATIS - OVERVIEW MyBatis is an open source an alternative to JDBC and Hibernate. It automates the mapping between SQL databases and objects in Java, .NET, and Ruby on Rails. The mappings are decoupled from the application logic by packaging the SQL development. Portability − MyBatis can be implemented for nearly any language or platform such as Java, Ruby, and C# for Microsoft .NET. Independent Interfaces − MyBatis provides database-independent0 码力 | 34 页 | 301.72 KB | 1 年前3
 MyBatis 框架尚硅谷 java 研究院版本:V 1.0JAVAEE 课程系列 ————————————————————————————— 1 更多 Java –大数据 –前端 –python 人工智能资料下载,可访问百度:尚硅谷官网 MyBatis 框架 尚硅谷 java 研究院 版本:V 1.0 第 1 章 MyBatis 简介 1.1 MyBatis 历史 1)MyBatis 是 Apache 的一个开源项目 iBatis, 2010 Apache Software Foundation 迁移到了 Google Code,随着开发团队转投 Google Code 旗下, iBatis3.x 正式更名为 MyBatis ,代码于 2013 年 11 月迁移到 Github 2)iBatis 一词来源于“internet”和“abatis”的组合,是一个基于 Java 的持久层框架。 iBatis 提供的持久层框架包括 SQL Maps 代码和手动设置参数以及获取结果集 3) MyBatis可以使用简单的XML或注解用于配置和原始映射,将接口和Java的POJO(Plain Old Java Objects,普通的 Java 对象)映射成数据库中的记录 1.3 为什么要使用 MyBatis – 现有持久化技术的对比 1) JDBC 1 SQL 夹在 Java 代码块里,耦合度高导致硬编码内伤 2 维护不易且实际开发需求中 sql 是有变化,频繁修改的情况多见0 码力 | 44 页 | 926.54 KB | 1 年前3 MyBatis 框架尚硅谷 java 研究院版本:V 1.0JAVAEE 课程系列 ————————————————————————————— 1 更多 Java –大数据 –前端 –python 人工智能资料下载,可访问百度:尚硅谷官网 MyBatis 框架 尚硅谷 java 研究院 版本:V 1.0 第 1 章 MyBatis 简介 1.1 MyBatis 历史 1)MyBatis 是 Apache 的一个开源项目 iBatis, 2010 Apache Software Foundation 迁移到了 Google Code,随着开发团队转投 Google Code 旗下, iBatis3.x 正式更名为 MyBatis ,代码于 2013 年 11 月迁移到 Github 2)iBatis 一词来源于“internet”和“abatis”的组合,是一个基于 Java 的持久层框架。 iBatis 提供的持久层框架包括 SQL Maps 代码和手动设置参数以及获取结果集 3) MyBatis可以使用简单的XML或注解用于配置和原始映射,将接口和Java的POJO(Plain Old Java Objects,普通的 Java 对象)映射成数据库中的记录 1.3 为什么要使用 MyBatis – 现有持久化技术的对比 1) JDBC 1 SQL 夹在 Java 代码块里,耦合度高导致硬编码内伤 2 维护不易且实际开发需求中 sql 是有变化,频繁修改的情况多见0 码力 | 44 页 | 926.54 KB | 1 年前3
 Apache ShardingSphere v5.5.0 documentJDBC Driver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 9.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97 Overview . engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 11.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 Test case configuration environment type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518 11.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518 Environment setup0 码力 | 602 页 | 3.85 MB | 1 年前3 Apache ShardingSphere v5.5.0 documentJDBC Driver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 9.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97 Overview . engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 11.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 Test case configuration environment type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518 11.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518 Environment setup0 码力 | 602 页 | 3.85 MB | 1 年前3
 Apache ShardingSphere 5.2.0 DocumentJDBC Driver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 Overview . engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 6.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 Test case configuration Test environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 6.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 Environment setup0 码力 | 483 页 | 4.27 MB | 1 年前3 Apache ShardingSphere 5.2.0 DocumentJDBC Driver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 Overview . engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 6.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 Test case configuration Test environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 6.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 Environment setup0 码力 | 483 页 | 4.27 MB | 1 年前3
 Apache ShardingSphere 5.2.1 DocumentJDBC Driver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 Overview . engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 x 6.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 Test case configuration Test environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 6.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 Environment setup0 码力 | 523 页 | 4.51 MB | 1 年前3 Apache ShardingSphere 5.2.1 DocumentJDBC Driver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 Overview . engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 x 6.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355 Test case configuration Test environment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 6.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379 Environment setup0 码力 | 523 页 | 4.51 MB | 1 年前3
 Apache ShardingSphere 5.1.1 DocumentShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 5.1.1 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 Overview . 357 YAML configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372 Spring namespace distributed transaction and distributed governance, applicable in a variety of situations such as Java isomorphism, heterogeneous language and Cloud‐Native. As the cornerstone of enterprises, the relational0 码力 | 458 页 | 3.43 MB | 1 年前3 Apache ShardingSphere 5.1.1 DocumentShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 5.1.1 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 Overview . 357 YAML configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 372 Spring namespace distributed transaction and distributed governance, applicable in a variety of situations such as Java isomorphism, heterogeneous language and Cloud‐Native. As the cornerstone of enterprises, the relational0 码力 | 458 页 | 3.43 MB | 1 年前3
 Apache ShardingSphere 5.1.2 DocumentShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 5.1.1 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 Overview . 370 YAML configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 385 Spring namespace distributed transaction and distributed governance, applicable in a variety of situations such as Java isomorphism, heterogeneous language and Cloud‐Native. As the cornerstone of enterprises, the relational0 码力 | 503 页 | 3.66 MB | 1 年前3 Apache ShardingSphere 5.1.2 DocumentShardingSphere‐JDBC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 5.1.1 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 Overview . 370 YAML configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 370 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 385 Spring namespace distributed transaction and distributed governance, applicable in a variety of situations such as Java isomorphism, heterogeneous language and Cloud‐Native. As the cornerstone of enterprises, the relational0 码力 | 503 页 | 3.66 MB | 1 年前3
 Apache ShardingSphere 5.4.1 DocumentJDBC Driver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 9.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 Overview . engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 11.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 Test case configuration environment type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489 11.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489 Environment setup0 码力 | 572 页 | 3.73 MB | 1 年前3 Apache ShardingSphere 5.4.1 DocumentJDBC Driver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 9.1.2 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 Overview . engine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 11.5.2 User Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 Test case configuration environment type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489 11.8.3 User guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489 Environment setup0 码力 | 572 页 | 3.73 MB | 1 年前3
 Apache ShardingSphere 5.0.0-alpha DocumentHint Sharding Route . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 3.1.5 Guide to Kernel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 SQL Parsing . 169 4.1.4 Configuration Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175 YAML Configuration distributed transaction and distributed governance, applicable in a variety of situa‐ tions such as Java isomorphism, heterogeneous language and cloud native. Apache ShardingSphere aiming at reasonably0 码力 | 311 页 | 2.09 MB | 1 年前3 Apache ShardingSphere 5.0.0-alpha DocumentHint Sharding Route . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 3.1.5 Guide to Kernel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 SQL Parsing . 169 4.1.4 Configuration Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174 Java API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 175 YAML Configuration distributed transaction and distributed governance, applicable in a variety of situa‐ tions such as Java isomorphism, heterogeneous language and cloud native. Apache ShardingSphere aiming at reasonably0 码力 | 311 页 | 2.09 MB | 1 年前3
共 32 条
- 1
- 2
- 3
- 4













