MyBatis 3.5 Source Analysis Part 2: Executor and Statement Handling
· One min read
After a mapper method resolves its MappedStatement, MyBatis delegates database work to an Executor.
After a mapper method resolves its MappedStatement, MyBatis delegates database work to an Executor.
MyBatis startup converts XML, annotations, type aliases, handlers, environments, and mapper definitions into a central Configuration object.