| |
|
| java.lang.Object com.versant.core.metadata.MetaDataEnums
MetaDataEnums | public class MetaDataEnums (Code) | | This contains maps that convert Strings to int codes for meta data
options. They are not static so this class can be completly discarded
when the meta data has been read.
|
AUTOSET_ENUM | final public Map AUTOSET_ENUM(Code) | | |
OPTIMISTIC_LOCKING_CHANGED | final public static String OPTIMISTIC_LOCKING_CHANGED(Code) | | |
OPTIMISTIC_LOCKING_NONE | final public static String OPTIMISTIC_LOCKING_NONE(Code) | | |
OPTIMISTIC_LOCKING_TIMESTAMP | final public static String OPTIMISTIC_LOCKING_TIMESTAMP(Code) | | |
OPTIMISTIC_LOCKING_VERSION | final public static String OPTIMISTIC_LOCKING_VERSION(Code) | | |
MetaDataEnums | public MetaDataEnums()(Code) | | |
|
|
|