Field Summary |
|
final public static String | ALLOW_DEFAULT_IDENTITIFIERS Whether or not to allow default identifiers for modeled entities. |
final public static String | ARRAY_NAME_SUFFIX Stores the suffix given to array type names. |
final public static String | CLASSIFIER_NAME_MASK The mask to apply to any classifier names
See Also: NameMasker#mask(String, String) . |
final public static String | CLASSIFIER_PROPERTY_NAME_MASK The mask to apply to any of the classifier property names
See Also: NameMasker#mask(String, String) . |
final public static String | COLUMN_NAME_PREFIX Stores the property defining the prefix for entity table column names. |
final public static String | CONSTRAINT_SUFFIX The default suffix to use for foreign keys. |
final public static String | DEFAULT_ENUMERATION_LITERAL_TYPE The type to given default enumeration literals. |
final public static String | DEFAULT_IDENTIFIER_PATTERN The pattern used to construct the name entity default identifiers (if enabled). |
final public static String | DEFAULT_IDENTIFIER_TYPE The type to given default identifiers. |
final public static String | DEFAULT_IDENTIFIER_VISIBILITY The visibility to apply to default identifiers. |
final public static String | DEFAULT_MULTIPLICITY The namespace property used to define the default multiplicity of
an attribute or association end (when one isn't modeled). |
final public static String | ENABLE_MANAGEABLE_ENTITIES Whether or not to enable manageable entities for the currently running cartridge. |
final public static String | ENABLE_TEMPLATING This property controls whether or not to produce templating parameters
where possible. |
final public static String | ENTITY_NAME_MASK The mask to apply to the entity name
See Also: NameMasker#mask(String, String) . |
final public static String | ENTITY_PROPERTY_NAME_MASK The mask to apply to the entity property (attributes and association) names
See Also: MetafacadeUtils#getMaskedName(String, String) . |
final public static String | ENUMERATION_LITERAL_NAME_MASK The mask to apply to enumeration literal names
See Also: NameMasker#mask(String, String) . |
final public static String | ENUMERATION_NAME_MASK The mask to apply to the enumeration literal name
See Also: NameMasker#mask(String, String) . |
final public static String | FOREIGN_KEY_SUFFIX The default suffix to use for foreign keys. |
final public static String | JDBC_MAPPINGS_URI Stores the property containing the URI to the JDBC mappings file. |
final public static String | LANGUAGE_MAPPINGS_URI Stores the property containing the URI to the language mappings file. |
final public static String | MANAGEABLE_ID_DISPLAY_STRATEGY Denotes whether or not the id needs to be displayed when managing an entity, or whether this
should be transparent for the user. |
final public static String | MANAGEABLE_PACKAGE_NAME_SUFFIX The namespace property used to denote the name of the subpackage create for
manageable entities. |
final public static String | MANAGEABLE_SERVICE_ACCESSOR_PATTERN The namespace property used to identify the pattern used to construct the backend CRUD service's accessor. |
final public static String | MAX_SQL_NAME_LENGTH The maximum length a SQL name can be before its truncated. |
final public static String | NAMESPACE_SEPARATOR The separator used for packages and element names when constructing fully qualified names. |
final public static String | OPERATION_NAME_MASK The mask to apply to any operation names
See Also: NameMasker#mask(String, String) . |
final public static String | PARAMETER_NAME_MASK The mask to apply to any parameter names
See Also: NameMasker#mask(String, String) . |
final public static String | PLURALIZE_ASSOCIATION_END_NAMES Allows the pluralization of association end names (when the multiplicity is greater than one) to be turned
on/off. |
final public static String | POSTCONDITION_NAME_PATTERN The pattern used for constructing operations that handle postcondition constraints. |
final public static String | PRECONDITION_NAME_PATTERN The pattern used for constructing operations that handle precondition constraints. |
final public static String | PROPERTY_DEFAULT_MAX_LIST_SIZE Stores the default upper limit for lists. |
final public static String | PROPERTY_DEFAULT_PAGE_SIZE Stores the default number of records shown per page. |
final public static String | PROPERTY_DEFAULT_RESOLVEABLE |
final public static String | RELATION_NAME_SEPARATOR The seperator for relation names between associations. |
final public static String | ROLE_NAME_MASK The mask to apply to role names
See Also: NameMasker#mask(String, String) . |
final public static String | SCHEMA_NAME Stores the property defining the default schema name for entity tables. |
final public static String | SQL_MAPPINGS_URI Stores the property containing the URI to the SQL mappings file. |
final public static String | SQL_NAME_SEPARATOR The seperator to use when constructing SQL names. |
final public static String | TABLE_NAME_PREFIX Stores the property defining the prefix for entity table names. |
final public static String | TYPE_SAFE_ENUMS_ENABLED Indicates whether enumerations must be generated using a Java 5 type-safe enum or a
traditional enumeration-pattern class. |
final public static String | UNDEFINED_NAME The name given to model elements without a name. |
final public static String | USE_ARRAYS_FOR_MULTIPLICITIES_OF_TYPE_MANY Stores the boolean flag indicating whether or not we should use arrays instead of collections with associations
of type many (where appropriate). |
final public static String | WRAPPER_MAPPINGS_URI Stores the property containing the URI to the Wrapper mappings file. |