MyBatis
Java · 4 notes
- MyBatis Overviewhistorical
MyBatis as a SQL-mapping framework: explicit SQL, parameter/result mapping, sessions, mappers, and transaction boundaries.
- Using MyBatishistorical
Mapper definitions, parameter binding, result mapping, dynamic SQL, sessions, and safe transaction usage in MyBatis.
- MyBatis Source Architecturehistorical
MyBatis execution flow from mapper proxy through mapped statement, executor, statement handler, parameter/result handling, and caching.
- MyBatis Learning Resourceshistorical
A practical roadmap for learning MyBatis from SQL mapping through caching, plugins, transactions, and source internals.