Class RequestIdentifier


  • public class RequestIdentifier
    extends Object
    Representation of a request id.
    • 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 request
        mmds - MetaData of fields/properties to use in the request (if required)
        type - The type being represented
        className - 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
        Overrides:
        hashCode in class Object
        Returns:
        The hashcode
      • equals

        public boolean equals​(Object o)
        Equality operator
        Overrides:
        equals in class Object
        Parameters:
        o - Object to compare with
        Returns:
        Whether the objects are equal