Package org.mybatis.generator.config
Class Configuration
java.lang.Object
org.mybatis.generator.config.Configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClasspathEntry(String entry) voidaddContext(Context context) voidvalidate()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.
-
Field Details
-
contexts
-
classPathEntries
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
addClasspathEntry
-
getClassPathEntries
-
validate
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- Throws:
InvalidConfigurationException- the invalid configuration exception
-
getContexts
-
addContext
-