public abstract class Request extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PrimaryKey |
key |
protected DatastoreClass |
table |
| Constructor and Description |
|---|
Request(DatastoreClass table)
Constructor, taking the table to use for the request.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute(org.datanucleus.state.ObjectProvider op)
Method to execute the request - to be implemented by deriving classes.
|
protected DatastoreClass table
protected PrimaryKey key
public Request(DatastoreClass table)
table - The Table to use for the request.Copyright © 2017. All rights reserved.