chapter03
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Chapter 3: SQL Mappers using XML ================================= This chapter describes mapping SQL statements and query results to java beans in SQL Mappers using XML based approach. Topics covered: • CRUD Mapping • ResultSet Mapping • One-To-One, One-To-Many mappings • Dynamic SQL mapping How to Run: 1. Configure Database Connection properties like hostname, username and password in src/main/resources/application.properties file. 2. Run JUnit Test classes in com.mybatis3.services package under src/test/java/ folder.