org.mybatis.generator.config
Class PropertyHolder
java.lang.Object
org.mybatis.generator.config.PropertyHolder
- Direct Known Subclasses:
- ColumnOverride, Context, JavaModelGeneratorConfiguration, JDBCConnectionConfiguration, SqlMapGeneratorConfiguration, TableConfiguration, TypedPropertyHolder
public abstract class PropertyHolder
- extends Object
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyHolder
public PropertyHolder()
addProperty
public void addProperty(String name,
String value)
getProperty
public String getProperty(String name)
getProperties
public Properties getProperties()
addPropertyXmlElements
protected void addPropertyXmlElements(XmlElement xmlElement)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.