Package wt.fc

Interface QueryKey

All Superinterfaces:
wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._QueryKey, NetFactor, ObjectMappable, Serializable
All Known Implementing Classes:
wt.occurrence._DataOccurrenceForeignKey, _ObjectIdentifier, wt.occurrence._UsesOccurrenceForeignKey, wt.vc._VersionForeignKey, DataOccurrenceForeignKey, ObjectIdentifier, UsesOccurrenceForeignKey, VersionForeignKey

Interface that defines the properties of an object that allow it to be queried out of persistent storage and to perform comparison operations against an object using those properties.

Supported API: true

Extendable: true
  • Method Details

    • equals

      boolean equals(Object obj)


      Supported API: true
      Overrides:
      equals in class Object
      Parameters:
      obj -
      Returns:
      boolean
    • hashCode

      int hashCode()


      Supported API: true
      Overrides:
      hashCode in class Object
      Returns:
      int
    • appendKeyCriteria

      QuerySpec appendKeyCriteria(QuerySpec qs) throws WTException


      Supported API: true
      Parameters:
      qs -
      Returns:
      QuerySpec
      Throws:
      WTException