MyBatis Tutorial
MyBatis is an excellent persistence framework supporting customized SQL statements, stored procedure and advanced mapping. MyBatis keeps you away from writing JDBC code and setting params manually. MyBatis is based on xml configuration file and annotation. It aims at reducing SQL statements in program and configuring them in configuration file. It provides more flexibility. This tutorial will introduce the architecture and functionality of MyBatis. And also, how to use it. Let's explore now!
The course will be available to you when you upgrade to Pro.
-
LabMyBatis -- Introduction
-
LabA Demo for MyBatis
-
LabMyBatis -- Configuration
-
LabMapper File
-
LabRelational Mapping -- One To One
-
LabRelational Mapping -- One To Many
-
LabRelational Mapping -- Many To Many
-
LabDynamic SQL
-
LabMyBatis -- Annotaion
Most recent comments