Interface JDOConstants


public interface JDOConstants
Defines CPA/JDO specific constants.
Since:
1.2.1
Author:
Lukas Lang
  • Field Details

    • JDO_DESCRIPTOR_SUFFIX

      static final String JDO_DESCRIPTOR_SUFFIX
      File name suffix used for JDO-specific descriptor classes.
      See Also:
    • JDO_DESCRIPTOR_PACKAGE

      static final String JDO_DESCRIPTOR_PACKAGE
      Package name of the sub-package where descriptors can be found.
      See Also:
    • JDO_NAMESPACE

      static final String JDO_NAMESPACE
      JDO namespace (as used by the extensions for the XML code generator).
      See Also:
    • ANNOTATIONS_TABLE_NAME

      static final String ANNOTATIONS_TABLE_NAME
      Name of the table annotation element.
      See Also:
    • ANNOTATIONS_COLUMN_NAME

      static final String ANNOTATIONS_COLUMN_NAME
      Name of the column annotation element.
      See Also:
    • ANNOTATIONS_ONE_TO_ONE_NAME

      static final String ANNOTATIONS_ONE_TO_ONE_NAME
      Name of the one-to-one annotation element.
      See Also:
    • ANNOTATIONS_ONE_TO_MANY

      static final String ANNOTATIONS_ONE_TO_MANY
      Name of the one-to-many annotation element.
      See Also:
    • ANNOTATIONS_MANY_TO_MANY

      static final String ANNOTATIONS_MANY_TO_MANY
      Name of the many-to-many annotation element.
      See Also:
    • GENERATED_ANNOTATION_CLASSES_PACKAGE

      static final String GENERATED_ANNOTATION_CLASSES_PACKAGE
      Package where to find generated JDO classes to unmarshal annotations.
      See Also:
    • PKG_CDR_LIST_FILE

      static final String PKG_CDR_LIST_FILE
      Name of the JDP-specific CDR file.
      See Also: