SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Package com.solarmetric.kodo.meta

JDO MetaData

See:
          Description

Class Summary
ClassMetaData Contains JDO meta information about a persistent type.
Extensions Base type for metadata classes that can be extended with vendor-specific information.
FieldMetaData Holds metadata on a particular persistent or transactional field.
JDOMetaDataParser Custom SAX parser used by the system to quickly parse JDO metadata files.
 

Package com.solarmetric.kodo.meta Description

JDO MetaData

This package provides JDO implementations access to all metadata defined for each persistent class. It can be accessed at enhancement time to assist in the enhancement process, or at runtime to provide information to the persistence system. It uses caching and a fast SAX parser to reduce the overhead involved in finding and parsing the metadata for each JDO type.

The metadata parser is conformant with the JDO 1.0 specification, except for the differences noted in the ClassMetaData class description.


SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.