Java Persistence with MyBatis 3


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.

Book Details

  • Paperback: 132 pages
  • Publisher: Packt Publishing (June 2013)
  • Language: English
  • ISBN-10: 1782166807
  • ISBN-13: 978-1782166801
Download [1.0 MiB]

You may also like...

Leave a Reply