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