public abstract class

TypedPropertyHolder

extends PropertyHolder
java.lang.Object
   ↳ org.mybatis.generator.config.PropertyHolder
     ↳ org.mybatis.generator.config.TypedPropertyHolder
Known Direct Subclasses

Summary

Public Constructors
TypedPropertyHolder()
Public Methods
String getConfigurationType()
void setConfigurationType(String configurationType)
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

Public Constructors

public TypedPropertyHolder ()

Public Methods

public String getConfigurationType ()

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