Uses of Class
org.datanucleus.store.rdbms.request.Request

Packages that use Request
org.datanucleus.store.rdbms.request Provides the mechanism of communicating with the database using JDBC. 
 

Uses of Request in org.datanucleus.store.rdbms.request
 

Subclasses of Request in org.datanucleus.store.rdbms.request
 class DeleteRequest
          Class to provide a means of deletion of records from a data store.
 class FetchRequest
          Class to retrieve the fields of an object of a specified class from the datastore.
 class InsertRequest
          Class to provide a means of insertion of records to a data store.
 class LocateRequest
          Request to locate a record in the data store.
 class UpdateRequest
          Class to provide a means of update of records in a data store.
 



Copyright © 2012. All Rights Reserved.