Uses of Class
org.datanucleus.store.rdbms.request.Request
-
Packages that use Request Package Description 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 Modifier and Type Class Description class
DeleteRequest
Class to provide a means of deletion of records from an RDBMS.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 RDBMS.class
LocateRequest
Request to locate a record in the data store.class
UpdateRequest
Class to provide a means of update of particular fields of a particular type in an RDBMS.
-