MYBATIS Tutorial

MYBATIS Tutorial

MYBATIS is a persistence framework that automates the mapping among SQL databases and objects in Java, .NET, and Ruby on Rails. MYBATIS makes it easier to build better database oriented-applications more quickly and with less code. So, this tutorial is divided into various chapters for the simple presentation and easy understanding.

Audience

This tutorial is designed for Java programmers who would like to understand the MYBATIS framework in detail along with its architecture and actual usage.

Prerequisites

Before proceeding with this tutorial, you should have a good understanding of Java programming language. As you are going to deal with SQL mapping, it is required that you have adequate exposure to SQL and Database concepts.

Advertisements