Tag: Design Patterns
3 articles
MyBatis Design Patterns - Proxy Pattern and Source Code A...
Detailed introduction to proxy design pattern concepts, classifications, and their manifestation in MyBatis, including static and dynamic proxy code implementation and MapperProxy source code analy...
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 Deep Dive - SqlSessionFactory, SqlSession, DAO an...
In-depth explanation of MyBatis core components: SqlSessionFactory and SqlSession working principles, traditional DAO layer implementation, and MyBatis proxy development mode. Practical analysis of...