|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
| ClassMetaData | Contains JDO meta information about a persistent type. |
| Extensions | Manages metadata extensions. |
| FieldMetaData | Holds metadata on a particular field. |
| JDOMetaDataRepository | Repository of JDO metadata. |
| Class Summary | |
| ClassMetaDataImpl | Default ClassMetaData implementation. |
| ExtensionsImpl | Default implementation of Extensions. |
| FieldMetaDataImpl | Default FieldMetaData implementation. |
| JDOMetaDataGenerator | Generates default JDO metadata for a given class. |
| JDOMetaDataParser | Custom SAX parser used by the system to quickly parse JDO metadata files. |
| JDOMetaDataRepositoryImpl | Default JDOMetaDataRepository implementation. |
| JDOMetaDataSerializer | Serializes JDO metadata back to XML. |
| JDOMetaDataTool | Tool for generating default JDO metadata. |
| Exception Summary | |
| JDOMetaDataNotFoundException | Exception type reserved for missing metadata. |
JDO MetaData
This package provides an extendable framework for parsing JDO metadata. The metadata can be accessed at both enhancement time and at runtime. The framework uses caching and a fast SAX parser to reduce the overhead involved in finding and parsing the metadata for each JDO type.
The major classes of this package are separated into interfaces and implementations so that extensions can be written either by subclassing or by delegation.

|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||