public class RequestIdentifier extends Object
Constructor and Description |
---|
RequestIdentifier(DatastoreClass table,
org.datanucleus.metadata.AbstractMemberMetaData[] mmds,
RequestType type,
String className)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Equality operator
|
DatastoreClass |
getTable()
Accessor for the table of this request.
|
int |
hashCode()
Accessor for the hashcode
|
public RequestIdentifier(DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, RequestType type, String className)
table
- Datastore class for which this is a requestmmds
- MetaData of fields/properties to use in the request (if required)type
- The type being representedclassName
- The name of the classpublic DatastoreClass getTable()
public int hashCode()
Copyright © 2017. All rights reserved.