org.mybatis.generator.config
Class TypedPropertyHolder
java.lang.Object
org.mybatis.generator.config.PropertyHolder
org.mybatis.generator.config.TypedPropertyHolder
- Direct Known Subclasses:
- CommentGeneratorConfiguration, JavaClientGeneratorConfiguration, JavaTypeResolverConfiguration, PluginConfiguration
public abstract class TypedPropertyHolder
- extends PropertyHolder
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypedPropertyHolder
public TypedPropertyHolder()
getConfigurationType
public String getConfigurationType()
setConfigurationType
public void setConfigurationType(String configurationType)
- Sets the value of the type specified in the configuration. If the special
value DEFAULT is specified, then the value will be ignored.
- Parameters:
configurationType
- the type specified in the configuration
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.