public class LocateBulkRequest extends BulkRequest
SELECT ID [,FIELD1,FIELD2] FROM CANDIDATE_TABLE WHERE ID = ? OR ID = ? OR ID = ?
key, table
Constructor and Description |
---|
LocateBulkRequest(DatastoreClass table)
Constructor, taking the table.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(org.datanucleus.state.ObjectProvider[] ops)
Method performing the location of the records in the datastore.
|
protected String |
getStatement(DatastoreClass table,
org.datanucleus.state.ObjectProvider[] ops,
boolean lock) |
public LocateBulkRequest(DatastoreClass table)
table
- The Class Table representing the datastore table to retrieveprotected String getStatement(DatastoreClass table, org.datanucleus.state.ObjectProvider[] ops, boolean lock)
public void execute(org.datanucleus.state.ObjectProvider[] ops)
execute
in class BulkRequest
ops
- ObjectProviders to be locatedorg.datanucleus.exceptions.NucleusObjectNotFoundException
- with nested exceptions for each of missing objects (if any)Copyright © 2015. All rights reserved.