org.mybatis.generator.config
Class PropertyRegistry

java.lang.Object
  extended by org.mybatis.generator.config.PropertyRegistry

public class PropertyRegistry
extends Object

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.

Author:
Jeff Butler

Field Summary
static String ANY_CONSTRUCTOR_BASED
           
static String ANY_ENABLE_SUB_PACKAGES
           
static String ANY_IMMUTABLE
           
static String ANY_ROOT_CLASS
          recognized by table and java model generator
static String ANY_ROOT_INTERFACE
          recognized by table and java client generator
static String COMMENT_GENERATOR_SUPPRESS_ALL_COMMENTS
           
static String COMMENT_GENERATOR_SUPPRESS_DATE
           
static String CONTEXT_AUTO_DELIMIT_KEYWORDS
           
static String CONTEXT_BEGINNING_DELIMITER
           
static String CONTEXT_ENDING_DELIMITER
           
static String CONTEXT_JAVA_FILE_ENCODING
           
static String CONTEXT_JAVA_FORMATTER
           
static String CONTEXT_XML_FORMATTER
           
static String DAO_EXAMPLE_METHOD_VISIBILITY
           
static String DAO_METHOD_NAME_CALCULATOR
           
static String MODEL_GENERATOR_TRIM_STRINGS
           
static String TABLE_IGNORE_QUALIFIERS_AT_RUNTIME
           
static String TABLE_MODEL_ONLY
           
static String TABLE_RUNTIME_CATALOG
           
static String TABLE_RUNTIME_SCHEMA
           
static String TABLE_RUNTIME_TABLE_NAME
           
static String TABLE_SELECT_ALL_ORDER_BY_CLAUSE
           
static String TABLE_USE_ACTUAL_COLUMN_NAMES
           
static String TABLE_USE_COLUMN_INDEXES
           
static String TABLE_USE_COMPOUND_PROPERTY_NAMES
           
static String TYPE_RESOLVER_FORCE_BIG_DECIMALS
           
 
Constructor Summary
PropertyRegistry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY_ENABLE_SUB_PACKAGES

public static final String ANY_ENABLE_SUB_PACKAGES
See Also:
Constant Field Values

ANY_ROOT_CLASS

public static final String ANY_ROOT_CLASS
recognized by table and java model generator

See Also:
Constant Field Values

ANY_IMMUTABLE

public static final String ANY_IMMUTABLE
See Also:
Constant Field Values

ANY_CONSTRUCTOR_BASED

public static final String ANY_CONSTRUCTOR_BASED
See Also:
Constant Field Values

ANY_ROOT_INTERFACE

public static final String ANY_ROOT_INTERFACE
recognized by table and java client generator

See Also:
Constant Field Values

TABLE_USE_COLUMN_INDEXES

public static final String TABLE_USE_COLUMN_INDEXES
See Also:
Constant Field Values

TABLE_USE_ACTUAL_COLUMN_NAMES

public static final String TABLE_USE_ACTUAL_COLUMN_NAMES
See Also:
Constant Field Values

TABLE_USE_COMPOUND_PROPERTY_NAMES

public static final String TABLE_USE_COMPOUND_PROPERTY_NAMES
See Also:
Constant Field Values

TABLE_IGNORE_QUALIFIERS_AT_RUNTIME

public static final String TABLE_IGNORE_QUALIFIERS_AT_RUNTIME
See Also:
Constant Field Values

TABLE_RUNTIME_CATALOG

public static final String TABLE_RUNTIME_CATALOG
See Also:
Constant Field Values

TABLE_RUNTIME_SCHEMA

public static final String TABLE_RUNTIME_SCHEMA
See Also:
Constant Field Values

TABLE_RUNTIME_TABLE_NAME

public static final String TABLE_RUNTIME_TABLE_NAME
See Also:
Constant Field Values

TABLE_MODEL_ONLY

public static final String TABLE_MODEL_ONLY
See Also:
Constant Field Values

TABLE_SELECT_ALL_ORDER_BY_CLAUSE

public static final String TABLE_SELECT_ALL_ORDER_BY_CLAUSE
See Also:
Constant Field Values

CONTEXT_BEGINNING_DELIMITER

public static final String CONTEXT_BEGINNING_DELIMITER
See Also:
Constant Field Values

CONTEXT_ENDING_DELIMITER

public static final String CONTEXT_ENDING_DELIMITER
See Also:
Constant Field Values

CONTEXT_AUTO_DELIMIT_KEYWORDS

public static final String CONTEXT_AUTO_DELIMIT_KEYWORDS
See Also:
Constant Field Values

CONTEXT_JAVA_FILE_ENCODING

public static final String CONTEXT_JAVA_FILE_ENCODING
See Also:
Constant Field Values

CONTEXT_JAVA_FORMATTER

public static final String CONTEXT_JAVA_FORMATTER
See Also:
Constant Field Values

CONTEXT_XML_FORMATTER

public static final String CONTEXT_XML_FORMATTER
See Also:
Constant Field Values

DAO_EXAMPLE_METHOD_VISIBILITY

public static final String DAO_EXAMPLE_METHOD_VISIBILITY
See Also:
Constant Field Values

DAO_METHOD_NAME_CALCULATOR

public static final String DAO_METHOD_NAME_CALCULATOR
See Also:
Constant Field Values

TYPE_RESOLVER_FORCE_BIG_DECIMALS

public static final String TYPE_RESOLVER_FORCE_BIG_DECIMALS
See Also:
Constant Field Values

MODEL_GENERATOR_TRIM_STRINGS

public static final String MODEL_GENERATOR_TRIM_STRINGS
See Also:
Constant Field Values

COMMENT_GENERATOR_SUPPRESS_DATE

public static final String COMMENT_GENERATOR_SUPPRESS_DATE
See Also:
Constant Field Values

COMMENT_GENERATOR_SUPPRESS_ALL_COMMENTS

public static final String COMMENT_GENERATOR_SUPPRESS_ALL_COMMENTS
See Also:
Constant Field Values
Constructor Detail

PropertyRegistry

public PropertyRegistry()


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.