Package org.castor.core.constants.cpa
Interface JDOConstants
-
public interface JDOConstants
Defines CPA/JDO specific constants.- Since:
- 1.2.1
- Author:
- Lukas Lang
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ANNOTATIONS_COLUMN_NAME
Name of the column annotation element.static java.lang.String
ANNOTATIONS_MANY_TO_MANY
Name of the many-to-many annotation element.static java.lang.String
ANNOTATIONS_ONE_TO_MANY
Name of the one-to-many annotation element.static java.lang.String
ANNOTATIONS_ONE_TO_ONE_NAME
Name of the one-to-one annotation element.static java.lang.String
ANNOTATIONS_TABLE_NAME
Name of the table annotation element.static java.lang.String
GENERATED_ANNOTATION_CLASSES_PACKAGE
Package where to find generated JDO classes to unmarshal annotations.static java.lang.String
JDO_DESCRIPTOR_PACKAGE
Package name of the sub-package where descriptors can be found.static java.lang.String
JDO_DESCRIPTOR_SUFFIX
File name suffix used for JDO-specific descriptor classes.static java.lang.String
JDO_NAMESPACE
JDO namespace (as used by the extensions for the XML code generator).static java.lang.String
PKG_CDR_LIST_FILE
Name of the JDP-specific CDR file.
-
-
-
Field Detail
-
JDO_DESCRIPTOR_SUFFIX
static final java.lang.String JDO_DESCRIPTOR_SUFFIX
File name suffix used for JDO-specific descriptor classes.- See Also:
- Constant Field Values
-
JDO_DESCRIPTOR_PACKAGE
static final java.lang.String JDO_DESCRIPTOR_PACKAGE
Package name of the sub-package where descriptors can be found.- See Also:
- Constant Field Values
-
JDO_NAMESPACE
static final java.lang.String JDO_NAMESPACE
JDO namespace (as used by the extensions for the XML code generator).- See Also:
- Constant Field Values
-
ANNOTATIONS_TABLE_NAME
static final java.lang.String ANNOTATIONS_TABLE_NAME
Name of the table annotation element.- See Also:
- Constant Field Values
-
ANNOTATIONS_COLUMN_NAME
static final java.lang.String ANNOTATIONS_COLUMN_NAME
Name of the column annotation element.- See Also:
- Constant Field Values
-
ANNOTATIONS_ONE_TO_ONE_NAME
static final java.lang.String ANNOTATIONS_ONE_TO_ONE_NAME
Name of the one-to-one annotation element.- See Also:
- Constant Field Values
-
ANNOTATIONS_ONE_TO_MANY
static final java.lang.String ANNOTATIONS_ONE_TO_MANY
Name of the one-to-many annotation element.- See Also:
- Constant Field Values
-
ANNOTATIONS_MANY_TO_MANY
static final java.lang.String ANNOTATIONS_MANY_TO_MANY
Name of the many-to-many annotation element.- See Also:
- Constant Field Values
-
GENERATED_ANNOTATION_CLASSES_PACKAGE
static final java.lang.String GENERATED_ANNOTATION_CLASSES_PACKAGE
Package where to find generated JDO classes to unmarshal annotations.- See Also:
- Constant Field Values
-
PKG_CDR_LIST_FILE
static final java.lang.String PKG_CDR_LIST_FILE
Name of the JDP-specific CDR file.- See Also:
- Constant Field Values
-
-