| java.lang.Object | ||
| ↳ | org.mybatis.generator.config.PropertyHolder | |
| ↳ | org.mybatis.generator.config.TypedPropertyHolder | |
Known Direct Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the value of the type specified in the configuration.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mybatis.generator.config.PropertyHolder
| |||||||||||
From class
java.lang.Object
| |||||||||||
Sets the value of the type specified in the configuration. If the special value DEFAULT is specified, then the value will be ignored.
| configurationType | the type specified in the configuration |
|---|