Tag: Source Code Analysis
3 articles
MyBatis Design Patterns - Builder Pattern, Factory Patter...
Detailed introduction to design patterns used in MyBatis source code including builder pattern, factory method pattern, singleton pattern, proxy pattern, composite pattern, and their manifestation ...
MyBatis Mapper Proxy Invoke - Source Code Analysis
Detailed introduction to MyBatis Mapper Proxy dynamic proxy implementation principles, including getMapper source code analysis and MapperMethod execution process. Practical analysis of principles ...
MyBatis SqlSession, Executor, StatementHandler - Source C...
Detailed introduction to MyBatis core architecture design including three-tier architecture, SqlSession, Executor, StatementHandler working principles and source code analysis, and MyBatis initiali...