Tagged articles
3 articles
Page 1 of 1
FunTester
FunTester
Jun 23, 2020 · Backend Development

Implementing Test Case Detail Retrieval with MyBatis resultMap and TypeHandler

Despite pandemic‑induced remote work challenges, the author details progress on implementing test case management, focusing on MyBatis resultMap usage, bean and database design complexities, and provides the full XML mapping and SQL query for retrieving detailed test case information.

JavaMyBatisresultMap
0 likes · 6 min read
Implementing Test Case Detail Retrieval with MyBatis resultMap and TypeHandler
Programmer DD
Programmer DD
Jun 12, 2020 · Backend Development

Master MyBatis resultMap: From Simple Queries to Complex Mappings

This article explains the powerful MyBatis resultMap element, covering basic getter/setter injection, constructor injection, inheritance, one-to-one and one-to-many associations, and discriminators, while providing complete XML examples and Java entity code to help developers map complex relational data efficiently.

BackendJavaMyBatis
0 likes · 13 min read
Master MyBatis resultMap: From Simple Queries to Complex Mappings