Using the Legacy Generated Objects

When using one of the legacy runtimes (MyBatis3 or MyBatis3Simple), MyBatis Generator (MBG) generates these types of objects:

  1. Java Model Objects (always)
  2. SQL Map Files (optionally - not generated for annotated mappers)
  3. Java MyBatis Mapper Interfaces (optional)
  4. 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.