Uses of Class
javax.jdo.identity.SingleFieldIdentity
Packages that use SingleFieldIdentity
Package
Description
This package contains the JDO specification identity interfaces and classes.
-
Uses of SingleFieldIdentity in javax.jdo.identity
Subclasses of SingleFieldIdentity in javax.jdo.identityModifier and TypeClassDescriptionclassThis class is for identity with a single byte field.classThis class is for identity with a single character field.classThis class is for identity with a single int field.classThis class is for identity with a single long field.classThis class is for identity with a single Object type field.classThis class is for identity with a single short field.classThis class is for identity with a single String field.Methods in javax.jdo.identity with parameters of type SingleFieldIdentityModifier and TypeMethodDescriptionprotected intSingleFieldIdentity.compare(SingleFieldIdentity o) Determine the ordering of identity objects.