java.lang.Object | |
↳ | org.mybatis.generator.config.Configuration |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builds an XML representation of this configuration.
| |||||||||||
This method does a simple validate, it makes sure that all required
fields have been filled in and that all implementation classes exist and
are of the proper type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Builds an XML representation of this configuration. This can be used to persist a programtically generated configuration.
This method does a simple validate, it makes sure that all required fields have been filled in and that all implementation classes exist and are of the proper type. It does not do any more complex operations such as: validating that database tables exist or validating that named columns exist