The <generatorConfiguration> Element
The <generatorConfiguration> element is the root element of a MyBatis Generator configuration file. The file should contain the following DOCTYPE:
<!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd">
Child Elements
- <properties> (0 or 1)
- <classPathEntry> (0..N)
- <context> (1..N)