Using the Generated Objects
MyBatis Generator (MBG) generates these types of objects:
- Java Model Objects (always)
- SQL Map Files (always for iBATIS, usually for MyBatis)
- Java Client Objects (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.