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 TypeClassDescriptionclass
This class is for identity with a single byte field.class
This class is for identity with a single character field.class
This class is for identity with a single int field.class
This class is for identity with a single long field.class
This class is for identity with a single Object type field.class
This class is for identity with a single short field.class
This class is for identity with a single String field.Methods in javax.jdo.identity with parameters of type SingleFieldIdentityModifier and TypeMethodDescriptionprotected int
SingleFieldIdentity.compare
(SingleFieldIdentity o) Determine the ordering of identity objects.