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
  • Constructor Details

    • PropertyHolder

      protected PropertyHolder()
  • Method Details

    • addProperty

      public void addProperty(String name, String value)
    • getProperty

      public String getProperty(String name)
    • getProperties

      public Properties getProperties()