public class

PropertyRegistry

extends Object
java.lang.Object
   ↳ org.mybatis.generator.config.PropertyRegistry

Class Overview

This class holds constants for all properties recognized by the different configuration elements. This helps document and maintain the different properties, and helps to avoid spelling errors.

Summary

Constants
String ANY_CONSTRUCTOR_BASED
String ANY_ENABLE_SUB_PACKAGES
String ANY_IMMUTABLE
String ANY_ROOT_CLASS recognized by table and java model generator
String ANY_ROOT_INTERFACE recognized by table and java client generator
String COMMENT_GENERATOR_SUPPRESS_ALL_COMMENTS
String COMMENT_GENERATOR_SUPPRESS_DATE
String CONTEXT_AUTO_DELIMIT_KEYWORDS
String CONTEXT_BEGINNING_DELIMITER
String CONTEXT_ENDING_DELIMITER
String DAO_EXAMPLE_METHOD_VISIBILITY
String DAO_METHOD_NAME_CALCULATOR
String MODEL_GENERATOR_TRIM_STRINGS
String TABLE_IGNORE_QUALIFIERS_AT_RUNTIME
String TABLE_RUNTIME_CATALOG
String TABLE_RUNTIME_SCHEMA
String TABLE_RUNTIME_TABLE_NAME
String TABLE_USE_ACTUAL_COLUMN_NAMES
String TABLE_USE_COLUMN_INDEXES
String TABLE_USE_COMPOUND_PROPERTY_NAMES
String TYPE_RESOLVER_FORCE_BIG_DECIMALS
Public Constructors
PropertyRegistry()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ANY_CONSTRUCTOR_BASED

Constant Value: "constructorBased"

public static final String ANY_ENABLE_SUB_PACKAGES

Constant Value: "enableSubPackages"

public static final String ANY_IMMUTABLE

Constant Value: "immutable"

public static final String ANY_ROOT_CLASS

recognized by table and java model generator

Constant Value: "rootClass"

public static final String ANY_ROOT_INTERFACE

recognized by table and java client generator

Constant Value: "rootInterface"

public static final String COMMENT_GENERATOR_SUPPRESS_ALL_COMMENTS

Constant Value: "suppressAllComments"

public static final String COMMENT_GENERATOR_SUPPRESS_DATE

Constant Value: "suppressDate"

public static final String CONTEXT_AUTO_DELIMIT_KEYWORDS

Constant Value: "autoDelimitKeywords"

public static final String CONTEXT_BEGINNING_DELIMITER

Constant Value: "beginningDelimiter"

public static final String CONTEXT_ENDING_DELIMITER

Constant Value: "endingDelimiter"

public static final String DAO_EXAMPLE_METHOD_VISIBILITY

Constant Value: "exampleMethodVisibility"

public static final String DAO_METHOD_NAME_CALCULATOR

Constant Value: "methodNameCalculator"

public static final String MODEL_GENERATOR_TRIM_STRINGS

Constant Value: "trimStrings"

public static final String TABLE_IGNORE_QUALIFIERS_AT_RUNTIME

Constant Value: "ignoreQualifiersAtRuntime"

public static final String TABLE_RUNTIME_CATALOG

Constant Value: "runtimeCatalog"

public static final String TABLE_RUNTIME_SCHEMA

Constant Value: "runtimeSchema"

public static final String TABLE_RUNTIME_TABLE_NAME

Constant Value: "runtimeTableName"

public static final String TABLE_USE_ACTUAL_COLUMN_NAMES

Constant Value: "useActualColumnNames"

public static final String TABLE_USE_COLUMN_INDEXES

Constant Value: "useColumnIndexes"

public static final String TABLE_USE_COMPOUND_PROPERTY_NAMES

Constant Value: "useCompoundPropertyNames"

public static final String TYPE_RESOLVER_FORCE_BIG_DECIMALS

Constant Value: "forceBigDecimals"

Public Constructors

public PropertyRegistry ()