|
SolarMetric Kodo JDO 2.4.3 generated on March 27 2003 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DBDictionary | Interface which allows the creation of SQL dynamically, in a database agnostic fashion. |
| NameGenerator | A NameGenerator is an interface to how name generation
should take place in the database. |
| Class Summary | |
|---|---|
| ClassDBSequenceFactory | DBSequenceFactory subclass that overrides methods to
be class sensitive. |
| ClassSequenceFactory | SequenceFactory implementation that uses a
sequence per class to generate numbers. |
| Column | Represents a database column. |
| DBDictionaryFactory | Factory class to instantiate a dictionary. |
| DBMetaData | The DBMetaData class is a wrapper around a DatabaseMetaData instance. |
| DBSequenceFactory | SequenceFactory implementation that uses a database table
for sequence number generation. |
| DefaultNameGenerator | An implementation of NameGenerator whose generated
names are simple the same as the indicated name. |
| Index | Represents a database index. |
| MD5NameGenerator | An implementation of NameGenerator that generates
names based on the MD5 sum of the specified target name. |
| SchemaTool | The SchemaTool is used to manage the database schema for JDO instances. |
| SQLTypes | Symbolic constants used to represent the various possible SQL types for a value. |
| Table | Represents a database table. |
| TrueSequenceFactory | SequenceFactory implementation that uses a singular
database sequence to generate numbers. |
Schema Management
This package provides utilities for managing the schema of persistent objects stored in a relational database.
|
SolarMetric Kodo JDO 2.4.3 generated on March 27 2003 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||