Package org.datanucleus.store.rdbms

Package providing management of the persistence to RDBMS datastores.

See:
          Description

Interface Summary
ConnectionProvider Connects to a DataSource to obtain a Connection.
 

Class Summary
AbstractSchemaTransaction An abstract base class for RDBMSManager transactions that perform some schema operation on the database.
ConnectionFactoryImpl ConnectionFactory for RDBMS datastores.
ConnectionProviderPriorityList Utility class for Failover.
DeleteTablesSchemaTransaction Schema transaction for deleting all known tables.
JDBCUtils Convenience helper for JDBC.
JDOConnectionImpl Implementation of a JDO connection for RDBMS datastores.
NucleusSequenceImpl Basic implementation of a DataNucleus datastore sequence for RDBMS.
RDBMSPersistenceHandler Handler for persistence for RDBMS datastores.
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.
 

Package org.datanucleus.store.rdbms Description

Package providing management of the persistence to RDBMS datastores. All subpackages below this level are specific to RDBMS.



Copyright © 2012. All Rights Reserved.