Package | Description |
---|---|
org.datanucleus.store.rdbms.request |
Provides the mechanism of communicating with the database using JDBC.
|
Modifier and Type | Class and Description |
---|---|
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 © 2015. All rights reserved.