Package org.datanucleus.store.rdbms.request

Provides the mechanism of communicating with the database using JDBC.

See:
          Description

Class Summary
BulkRequest Base class representing a request to perform a bulk action on the datastore.
DeleteRequest Class to provide a means of deletion of records from a data store.
FetchRequest Class to retrieve the fields of an object of a specified class from the datastore.
InsertRequest Class to provide a means of insertion of records to a data store.
LocateBulkRequest Request to locate a series of records in the data store (all present in the same table).
LocateRequest Request to locate a record in the data store.
Request Base class representing a request to perform an action on the datastore.
RequestIdentifier Representation of a request id.
UpdateRequest Class to provide a means of update of records in a data store.
 

Enum Summary
RequestType Enum of possible request types.
 

Package org.datanucleus.store.rdbms.request Description

Provides the mechanism of communicating with the database using JDBC. Provides a request for all types of database communication.



Copyright © 2012. All Rights Reserved.