public abstract class TypedPropertyHolder extends PropertyHolder
Modifier | Constructor and Description |
---|---|
protected |
TypedPropertyHolder() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationType() |
void |
setConfigurationType(String configurationType)
Sets the value of the type specified in the configuration.
|
addProperty, getProperties, getProperty
public String getConfigurationType()
public void setConfigurationType(String configurationType)
configurationType
- the type specified in the configurationCopyright © 2006–2024 MyBatis.org. All rights reserved.