Using the Legacy Generated Objects
When using one of the legacy runtimes (MyBatis3 or MyBatis3Simple), MyBatis Generator (MBG) generates these types of objects:
- Java Model Objects (always)
- SQL Map Files (optionally - not generated for annotated mappers)
- Java MyBatis Mapper Interfaces (optional)
- A class for use in the xxxByExample methods. See the following pages for information about that class:
The individual pages describe these objects, and their usage.