Java Persistence with MyBatis 3
暫譯: 使用 MyBatis 3 的 Java 持久化技術
K. Siva Prasad Reddy
- 出版商: Packt Publishing
- 出版日期: 2013-05-20
- 售價: $1,360
- 貴賓價: 9.5 折 $1,292
- 語言: 英文
- 頁數: 132
- 裝訂: Paperback
- ISBN: 1782166807
- ISBN-13: 9781782166801
-
相關分類:
Java 程式語言
海外代購書籍(需單獨結帳)
相關主題
商品描述
Getting started with the MYBatis framework is greatly simplified with this step-by-step guide that’s packed with practical exercises. Now you can quickly and confidently take your Java capabilities into the arena of data persistence.
Overview
- Detailed instructions on how to use MyBatis with XML and Annotation-based SQL Mappers
- An in-depth discussion on how to map complex SQL query results such as One-To-Many and Many-To-Many using MyBatis ResultMaps
- Step-by-step instructions on how to integrate MyBatis with a Spring framework
In Detail
Storing and retrieving data to and from relational databases is a very common requirement, and is a crucial part of many applications. Even though Java provides a JDBC API for database access, it is not very effective and involves writing the boilerplate code again and again. Getting data out of a database, populating into Java objects, and persisting data from Java objects into a database using JDBC involves a lot of repetitive coding and is a very tedious process. MyBatis takes the simplest approach of leveraging the existing knowledge and power of Java and SQL yet provides powerful features to make data persistence implementation easy.
Java Persistence with MyBatis 3 is a practical, hands-on guide that provides you with a number of clear step-by-step exercises, which will help you to understand how MyBatis works and how to use it for your real application needs. With MyBatis, you will learn how to use the MyBatis framework effectively through simple instructions.
Java Persistence with MyBatis 3 will highlight the cumbersome process of data persistence using plain JDBC and will also show you how easy it is to implement the same using MyBatis. You will also take a deeper look into the implementation of MyBatis with XML and Annotation-based Mappers, and finally learn how to integrate MyBatis with a Spring framework.
You will learn how to map Complex SQL query results to Java beans using XML and Annotation-based Mappers, including One-To-Many and Many-To-Many relationships. You will also learn how to use TypeAliases and Custom Type Handlers, and build dynamic queries using XML and SqlProvider annotations. It progresses to detailed instructions on integrating MyBatis with Spring and leveraging Spring’s Annotation-based transaction handling mechanism, which further simplifies the usage of MyBatis.With Java Persistence with MyBatis 3, you will learn how to use the MyBatis framework effectively through simple instructions.
What you will learn from this book
- Simplify database persistence layer implementation
- Install and configure MyBatis using XML and Java API
- Map One-To-Many and Many-To-Many results using XML and Annotated Mappers
- Use TypeAliases and Custom Type Handlers
- Handle pagination and custom SQL ResultSet processing
- Build Dynamic Queries using XML and SqlProvider annotations
- Use Spring’s Annotation-based Transaction Handling with MyBatis
Approach
This book will have a practical approach, thus making it easy for the readers to understand and learn with step-by-step instructions.
Who this book is written for
This book is for Java developers who would like to learn all about the MyBatis framework and are looking for a practical guide to get started. The prerequisites required for this book are basic Java and SQL skills. No prior knowledge of MyBatis is expected.
商品描述(中文翻譯)
開始使用 MYBatis 框架變得非常簡單,這本逐步指南充滿了實用的練習。現在,您可以快速且自信地將您的 Java 能力帶入數據持久化的領域。
概述
- 詳細說明如何使用 MyBatis 與基於 XML 和註解的 SQL 映射器
- 深入討論如何使用 MyBatis ResultMaps 映射複雜的 SQL 查詢結果,例如一對多和多對多
- 逐步指導如何將 MyBatis 與 Spring 框架整合
詳細內容
將數據存儲到關聯數據庫並檢索數據是一個非常常見的需求,也是許多應用程序的關鍵部分。儘管 Java 提供了 JDBC API 來訪問數據庫,但這並不高效,並且需要不斷編寫樣板代碼。使用 JDBC 從數據庫中提取數據、填充到 Java 對象中,以及將 Java 對象中的數據持久化到數據庫涉及大量重複的編碼,這是一個非常繁瑣的過程。MyBatis 採取了最簡單的方法,利用 Java 和 SQL 的現有知識和力量,同時提供強大的功能,使數據持久化的實現變得簡單。
使用 MyBatis 3 的 Java 持久化是一個實用的、動手的指南,提供了一系列清晰的逐步練習,幫助您理解 MyBatis 的工作原理以及如何將其用於您的實際應用需求。通過 MyBatis,您將學會如何通過簡單的指導有效地使用 MyBatis 框架。
使用 MyBatis 3 的 Java 持久化將突顯使用普通 JDBC 進行數據持久化的繁瑣過程,並向您展示使用 MyBatis 實現相同功能是多麼簡單。您還將深入了解 MyBatis 與基於 XML 和註解的映射器的實現,並最終學會如何將 MyBatis 與 Spring 框架整合。
您將學會如何使用 XML 和基於註解的映射器將複雜的 SQL 查詢結果映射到 Java beans,包括一對多和多對多關係。您還將學會如何使用 TypeAliases 和自定義類型處理器,並使用 XML 和 SqlProvider 註解構建動態查詢。接下來將詳細說明如何將 MyBatis 與 Spring 整合,並利用 Spring 的基於註解的事務處理機制,進一步簡化 MyBatis 的使用。通過使用 MyBatis 3 的 Java 持久化,您將學會如何通過簡單的指導有效地使用 MyBatis 框架。
您將從這本書中學到什麼
- 簡化數據庫持久層的實現
- 使用 XML 和 Java API 安裝和配置 MyBatis
- 使用 XML 和註解映射器映射一對多和多對多的結果
- 使用 TypeAliases 和自定義類型處理器
- 處理分頁和自定義 SQL ResultSet 處理
- 使用 XML 和 SqlProvider 註解構建動態查詢
- 在 MyBatis 中使用 Spring 的基於註解的事務處理
方法
這本書將採取實用的方法,使讀者能夠輕鬆理解和學習,並提供逐步的指導。
這本書的讀者對象
這本書是為希望了解 MyBatis 框架的 Java 開發人員而寫的,並尋找實用指南以開始使用。這本書的前提條件是基本的 Java 和 SQL 技能。不需要具備 MyBatis 的先前知識。