Tag: Annotation Development
2 articles
MyBatis Annotation Development - One-to-Many and Many-to-Many Mapping
The relationship between user table and order table: one user has multiple orders, one order belongs to one user.
MyBatis Annotation Development - Basic Introduction and One-to-One Mapping
Detailed introduction to MyBatis annotation development approach, including usage of common annotations (@Select, @Insert, @Update, @Delete, @Results, etc.