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
@GenAsObjectMappable(extendable=true,
properties=@GeneratedProperty(name="classname",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})))
public interface QueryKey
extends wt.fc._QueryKey
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
Supported API: true
Extendable: true
-
Method Summary
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
-
Method Details
-
equals
Supported API: true -
hashCode
int hashCode()
Supported API: true -
appendKeyCriteria
Supported API: true- Parameters:
qs-- Returns:
- QuerySpec
- Throws:
WTException
-