Uses of Package
org.jpox.store.rdbms.request

Packages that use org.jpox.store.rdbms.request
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
org.jpox.store.rdbms.request Provides the mechanism of communicating with the database using JDBC. 
 

Classes in org.jpox.store.rdbms.request used by org.jpox.store.rdbms
DeleteRequest
          Class to provide a means of deletion of records from a data store.
FetchRequest
          Class to provide a means of selection of records from a data store.
InsertRequest
          Class to provide a means of insertion of records to a data store.
LocateRequest
          Class to locate a record in the data store.
UpdateRequest
          Class to provide a means of update of records in a data store.
 

Classes in org.jpox.store.rdbms.request used by org.jpox.store.rdbms.request
Request
          Base class representing a request to perform an action on the datastore.
 



Copyright © -2007 . All Rights Reserved.