public class LocateRequest extends Request
SELECT 1 FROM CANDIDATE_TABLE WHERE ID = ?and checks if the ResultSet is empty
Constructor and Description |
---|
LocateRequest(DatastoreClass table)
Constructor, taking the table.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(org.datanucleus.state.ObjectProvider op)
Method performing the retrieval of the record from the datastore.
|
public LocateRequest(DatastoreClass table)
table
- The Class Table representing the datastore table to retrieveCopyright © 2015. All rights reserved.