Tag: Data Mapping
3 articles
MyBatis Deep Dive - Many-to-Many Model with Collection Tags
Detailed explanation of many-to-many model mapping in MyBatis, including intermediate table design, user-role relationship implementation, collection tag usage, and complete code examples for many-...
MyBatis Deep Dive - One-to-Many Model with Collection Tags
Detailed explanation of one-to-many model mapping in MyBatis, including database table design, collection tag usage, Java entity class definitions, and implementation and testing of one-to-many que...
MyBatis Deep Dive - One-to-One Mapping, SqlMapConfig and ...
Detailed explanation of one-to-one model mapping in MyBatis, including database table design, Java entity class definitions, Mapper interface and XML configuration, and resultMap advanced mapping u...