|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.rdbms.request.RequestIdentifier
public class RequestIdentifier
Representation of a request id.
| Constructor Summary | |
|---|---|
RequestIdentifier(org.datanucleus.store.mapped.DatastoreClass table,
org.datanucleus.metadata.AbstractMemberMetaData[] mmds,
RequestType type,
String className)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Equality operator |
org.datanucleus.store.mapped.DatastoreClass |
getTable()
Accessor for the table of this request. |
int |
hashCode()
Accessor for the hashcode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestIdentifier(org.datanucleus.store.mapped.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 class| Method Detail |
|---|
public org.datanucleus.store.mapped.DatastoreClass getTable()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objecto - Object to compare with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||