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
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the column annotation element.static final String
Name of the many-to-many annotation element.static final String
Name of the one-to-many annotation element.static final String
Name of the one-to-one annotation element.static final String
Name of the table annotation element.static final String
Package where to find generated JDO classes to unmarshal annotations.static final String
Package name of the sub-package where descriptors can be found.static final String
File name suffix used for JDO-specific descriptor classes.static final String
JDO namespace (as used by the extensions for the XML code generator).static final String
Name of the JDP-specific CDR file.
-
Field Details
-
JDO_DESCRIPTOR_SUFFIX
File name suffix used for JDO-specific descriptor classes.- See Also:
-
JDO_DESCRIPTOR_PACKAGE
Package name of the sub-package where descriptors can be found.- See Also:
-
JDO_NAMESPACE
JDO namespace (as used by the extensions for the XML code generator).- See Also:
-
ANNOTATIONS_TABLE_NAME
-
ANNOTATIONS_COLUMN_NAME
-
ANNOTATIONS_ONE_TO_ONE_NAME
Name of the one-to-one annotation element.- See Also:
-
ANNOTATIONS_ONE_TO_MANY
-
ANNOTATIONS_MANY_TO_MANY
-
GENERATED_ANNOTATION_CLASSES_PACKAGE
Package where to find generated JDO classes to unmarshal annotations.- See Also:
-
PKG_CDR_LIST_FILE
-