Package org.datanucleus.store.rdbms
package org.datanucleus.store.rdbms
Package providing management of the persistence to RDBMS datastores.
All subpackages below this level are specific to RDBMS.
-
ClassDescriptionAn abstract base class for RDBMSManager transactions that perform some schema operation on the database.ConnectionFactory for RDBMS datastores.Emulate the two phase protocol for non XASchema transaction for deleting all known tables/views.Flush process extending the core "ordered flush" to catch particular situations present in a referential datastore and attempt to optimise them.Convenience helper for JDBC.Basic implementation of a DataNucleus datastore sequence for RDBMS.Wrapper for a PreparedStatement, providing access to a String representation of the statement with replaced actual parameters.Inner class representing a sub-part of the PreparedStatement (to allow for batched statements).Handler for persistence for RDBMS datastores.Utility providing convenience naming of RDBMS persistence properties.Validator for persistence properties used by RDBMS.Representation of a class (FCO) / field (SCO) that is persisted to an RDBMS table.Provides a series of utilities assisting in the datastore management process for RDBMS datastores.StoreManager for RDBMS datastores.Controller for execution of SQL statements to the underlying RDBMS datastore.State of a connection.Schema transaction to validate the specified table.