Package org.datanucleus.store.rdbms.request


package org.datanucleus.store.rdbms.request
Provides the mechanism of communicating with the database using JDBC. Provides a request for all types of database communication.
  • Class
    Description
    Base class representing a request to perform a bulk action on the datastore.
    Class to provide a means of deletion of records from an RDBMS.
    Class to retrieve the fields of an object of a specified class from the datastore.
    Class to provide a means of insertion of records to RDBMS.
    Request to locate a series of records in the data store (all present in the same table).
    Request to locate a record in the data store.
    Base class representing a request to perform an action on the datastore.
    Representation of a request id.
    Enum of possible request types.
    Holder for the StatementExpressionIndex for the various details in UPDATE/DELETE statements.
    Class to provide a means of update of particular fields of a particular type in an RDBMS.