ijgen.generator.util
Interface GeneratorConstants


public interface GeneratorConstants


Field Summary
static java.lang.String CLASS_DEFINITION_KEY
          Name of the key under which single class definition is set in the velocity context
static java.lang.String CLASS_DEFINITIONS_KEY
          Name of the key under which multiple class definitions are set in the velocity context
static java.lang.String DB_FIELD_TYPE_MAPPER_KEY
          Name of the key under which java to database mapper class is set in the velocity context
static java.lang.String DEFAULT_GEN_FOLDER
          Default directory name used to place generated files.
static java.lang.String DEFAULT_GEN_FOLDER_CTX
          Default directory name used to place generated context files.
static java.lang.String DEFAULT_GEN_FOLDER_DB
          Default directory name used to place generated sql files.
static java.lang.String DEFAULT_GEN_FOLDER_SRC
          Default directory name used to place generated source files.
static java.lang.String GENERATOR_CONTEXT_KEY
          Name of the key under which instance of LinkTableInfo class is set in the velocity context
static java.lang.String GLOBAL_SETTINGS_KEY
          Name of the key under which instance of GlobalSettings class is set in the velocity context
static java.lang.String LINK_TABLES_KEY
          Name of the key under which instance of LinkTableInfo class is set in the velocity context
static java.lang.String RESOURCE_LOADER_PATH
          Name of the system property that is set to the velocity engine to locate the templates
static java.lang.String TEMPLATE_UTILS_KEY
          Name of the key under which instance of TemplateUtils class is set in the velocity context
 

Field Detail

CLASS_DEFINITION_KEY

static final java.lang.String CLASS_DEFINITION_KEY
Name of the key under which single class definition is set in the velocity context

See Also:
Constant Field Values

CLASS_DEFINITIONS_KEY

static final java.lang.String CLASS_DEFINITIONS_KEY
Name of the key under which multiple class definitions are set in the velocity context

See Also:
Constant Field Values

DB_FIELD_TYPE_MAPPER_KEY

static final java.lang.String DB_FIELD_TYPE_MAPPER_KEY
Name of the key under which java to database mapper class is set in the velocity context

See Also:
Constant Field Values

TEMPLATE_UTILS_KEY

static final java.lang.String TEMPLATE_UTILS_KEY
Name of the key under which instance of TemplateUtils class is set in the velocity context

See Also:
Constant Field Values

GLOBAL_SETTINGS_KEY

static final java.lang.String GLOBAL_SETTINGS_KEY
Name of the key under which instance of GlobalSettings class is set in the velocity context

See Also:
Constant Field Values

LINK_TABLES_KEY

static final java.lang.String LINK_TABLES_KEY
Name of the key under which instance of LinkTableInfo class is set in the velocity context

See Also:
Constant Field Values

GENERATOR_CONTEXT_KEY

static final java.lang.String GENERATOR_CONTEXT_KEY
Name of the key under which instance of LinkTableInfo class is set in the velocity context

See Also:
Constant Field Values

RESOURCE_LOADER_PATH

static final java.lang.String RESOURCE_LOADER_PATH
Name of the system property that is set to the velocity engine to locate the templates

See Also:
Constant Field Values

DEFAULT_GEN_FOLDER

static final java.lang.String DEFAULT_GEN_FOLDER
Default directory name used to place generated files.

See Also:
Constant Field Values

DEFAULT_GEN_FOLDER_SRC

static final java.lang.String DEFAULT_GEN_FOLDER_SRC
Default directory name used to place generated source files.

See Also:
Constant Field Values

DEFAULT_GEN_FOLDER_DB

static final java.lang.String DEFAULT_GEN_FOLDER_DB
Default directory name used to place generated sql files.

See Also:
Constant Field Values

DEFAULT_GEN_FOLDER_CTX

static final java.lang.String DEFAULT_GEN_FOLDER_CTX
Default directory name used to place generated context files.

See Also:
Constant Field Values


Copyright © 2010 Detelin Zlatev. All Rights Reserved.