Uses of Class
org.mybatis.generator.exception.InvalidConfigurationException
Packages that use InvalidConfigurationException
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of InvalidConfigurationException in org.mybatis.generator.api
Constructors in org.mybatis.generator.api that throw InvalidConfigurationExceptionModifierConstructorDescriptionMyBatisGenerator(Configuration configuration, ShellCallback shellCallback, List<String> warnings) Constructs a MyBatisGenerator object. -
Uses of InvalidConfigurationException in org.mybatis.generator.config
Methods in org.mybatis.generator.config that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionvoidConfiguration.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.