Class RequestIdentifier
- java.lang.Object
-
- org.datanucleus.store.rdbms.request.RequestIdentifier
-
public class RequestIdentifier extends Object
Representation of a request id.
-
-
Constructor Summary
Constructors Constructor Description RequestIdentifier(DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, org.datanucleus.metadata.AbstractMemberMetaData[] secondaryMmds, RequestType type, String className)
Constructor.RequestIdentifier(DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, RequestType type, String className)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Equality operatorDatastoreClass
getTable()
Accessor for the table of this request.int
hashCode()
Accessor for the hashcode
-
-
-
Constructor Detail
-
RequestIdentifier
public RequestIdentifier(DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, RequestType type, String className)
Constructor.- Parameters:
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
-
RequestIdentifier
public RequestIdentifier(DatastoreClass table, org.datanucleus.metadata.AbstractMemberMetaData[] mmds, org.datanucleus.metadata.AbstractMemberMetaData[] secondaryMmds, RequestType type, String className)
Constructor.- Parameters:
table
- Datastore class for which this is a requestmmds
- MetaData of members to use in the request (if required)secondaryMmds
- MetaData of secondary members to use the in the requesttype
- The type being representedclassName
- The name of the class
-
-
Method Detail
-
getTable
public DatastoreClass getTable()
Accessor for the table of this request.- Returns:
- Table used in the request
-
hashCode
public int hashCode()
Accessor for the hashcode
-
-