public interface JDOConstants
Modifier and Type | Field and Description |
---|---|
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.
|
static final String JDO_DESCRIPTOR_SUFFIX
static final String JDO_DESCRIPTOR_PACKAGE
static final String JDO_NAMESPACE
static final String ANNOTATIONS_TABLE_NAME
static final String ANNOTATIONS_COLUMN_NAME
static final String ANNOTATIONS_ONE_TO_ONE_NAME
static final String ANNOTATIONS_ONE_TO_MANY
static final String ANNOTATIONS_MANY_TO_MANY
static final String GENERATED_ANNOTATION_CLASSES_PACKAGE
static final String PKG_CDR_LIST_FILE
Copyright © 2018. All rights reserved.