public abstract class CanonicalModelProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CANONICAL_MODEL_LOAD_XML
This optional property can be used a performance enhancement between
compile rounds.
|
static java.lang.String |
CANONICAL_MODEL_LOAD_XML_DEFAULT |
static java.lang.String |
CANONICAL_MODEL_PREFIX
This optional property specifies the prefix that will be added to the
start of the class name of any canonical model class generated.
|
static java.lang.String |
CANONICAL_MODEL_PREFIX_DEFAULT |
static java.lang.String |
CANONICAL_MODEL_SUB_PACKAGE
This optional property specifies a sub-package name that can be used to
have the canonical model generator generate its classes in a sub-package
of the package where the corresponding entity class is located.
|
static java.lang.String |
CANONICAL_MODEL_SUB_PACKAGE_DEFAULT |
static java.lang.String |
CANONICAL_MODEL_SUFFIX
This optional property specifies the suffix that will be added to the
end of the class name of any canonical model class generated.
|
static java.lang.String |
CANONICAL_MODEL_SUFFIX_DEFAULT |
static java.lang.String |
CANONICAL_MODEL_USE_STATIC_FACTORY
This optional property can be used a performance enhancement between
compile rounds within an IDE.
|
static java.lang.String |
CANONICAL_MODEL_USE_STATIC_FACTORY_DEFAULT |
Constructor and Description |
---|
CanonicalModelProperties() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getOption(java.lang.String option,
java.lang.String optionDefault,
java.util.Map<java.lang.String,java.lang.String> options)
INTERNAL:
|
public static final java.lang.String CANONICAL_MODEL_PREFIX
public static java.lang.String CANONICAL_MODEL_PREFIX_DEFAULT
public static final java.lang.String CANONICAL_MODEL_SUFFIX
public static java.lang.String CANONICAL_MODEL_SUFFIX_DEFAULT
public static final java.lang.String CANONICAL_MODEL_SUB_PACKAGE
public static java.lang.String CANONICAL_MODEL_SUB_PACKAGE_DEFAULT
public static final java.lang.String CANONICAL_MODEL_LOAD_XML
public static final java.lang.String CANONICAL_MODEL_LOAD_XML_DEFAULT
public static final java.lang.String CANONICAL_MODEL_USE_STATIC_FACTORY
public static final java.lang.String CANONICAL_MODEL_USE_STATIC_FACTORY_DEFAULT
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference