org.castor.core.constants.cpa
Interface JDOConstants


public interface JDOConstants

Defines CPA/JDO specific constants.

Since:
1.2.1
Author:
Lukas Lang

Field Summary
static String ANNOTATIONS_COLUMN_NAME
          Name of the column annotation element.
static String ANNOTATIONS_MANY_TO_MANY
          Name of the many-to-many annotation element.
static String ANNOTATIONS_ONE_TO_MANY
          Name of the one-to-many annotation element.
static String ANNOTATIONS_ONE_TO_ONE_NAME
          Name of the one-to-one annotation element.
static String ANNOTATIONS_TABLE_NAME
          Name of the table annotation element.
static String GENERATED_ANNOTATION_CLASSES_PACKAGE
          Package where to find generated JDO classes to unmarshal annotations.
static String JDO_DESCRIPTOR_PACKAGE
          Package name of the sub-package where descriptors can be found.
static String JDO_DESCRIPTOR_SUFFIX
          File name suffix used for JDO-specific descriptor classes.
static String JDO_NAMESPACE
          JDO namespace (as used by the extensions for the XML code generator).
static String PKG_CDR_LIST_FILE
          Name of the JDP-specific CDR file.
 

Field Detail

JDO_DESCRIPTOR_SUFFIX

static final String JDO_DESCRIPTOR_SUFFIX
File name suffix used for JDO-specific descriptor classes.

See Also:
Constant Field Values

JDO_DESCRIPTOR_PACKAGE

static final String JDO_DESCRIPTOR_PACKAGE
Package name of the sub-package where descriptors can be found.

See Also:
Constant Field Values

JDO_NAMESPACE

static final 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 String ANNOTATIONS_TABLE_NAME
Name of the table annotation element.

See Also:
Constant Field Values

ANNOTATIONS_COLUMN_NAME

static final String ANNOTATIONS_COLUMN_NAME
Name of the column annotation element.

See Also:
Constant Field Values

ANNOTATIONS_ONE_TO_ONE_NAME

static final 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 String ANNOTATIONS_ONE_TO_MANY
Name of the one-to-many annotation element.

See Also:
Constant Field Values

ANNOTATIONS_MANY_TO_MANY

static final String ANNOTATIONS_MANY_TO_MANY
Name of the many-to-many annotation element.

See Also:
Constant Field Values

GENERATED_ANNOTATION_CLASSES_PACKAGE

static final 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 String PKG_CDR_LIST_FILE
Name of the JDP-specific CDR file.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.