See: Description
| Class | Description | 
|---|---|
| AbstractSchemaTransaction | An abstract base class for RDBMSManager transactions that perform some schema operation on the database. | 
| ConnectionFactoryImpl | ConnectionFactory for RDBMS datastores. | 
| DeleteTablesSchemaTransaction | Schema transaction for deleting all known tables/views. | 
| FlushReferential | Flush process extending the core "ordered flush" to catch particular situations present
 in a referential datastore and attempt to optimise them. | 
| JDBCUtils | Convenience helper for JDBC. | 
| NucleusSequenceImpl | Basic implementation of a DataNucleus datastore sequence for RDBMS. | 
| RDBMSPersistenceHandler | Handler for persistence for RDBMS datastores. | 
| RDBMSPropertyNames | Utility providing convenience naming of RDBMS persistence properties. | 
| RDBMSPropertyValidator | Validator for persistence properties used by RDBMS. | 
| RDBMSStoreData | Representation of a class (FCO) / field (SCO) that is persisted to an RDBMS table. | 
| RDBMSStoreHelper | Provides a series of utilities assisting in the datastore management process for RDBMS datastores. | 
| RDBMSStoreManager | StoreManager for RDBMS datastores. | 
| SQLController | Controller for execution of SQL statements to the underlying RDBMS datastore. | 
| ValidateTableSchemaTransaction | Schema transaction to validate the specified table. | 
Copyright © 2020. All rights reserved.