Uses of Class
javax.jdo.identity.SingleFieldIdentity
-
Packages that use SingleFieldIdentity Package Description javax.jdo.identity This package contains the JDO specification identity interfaces and classes. -
-
Uses of SingleFieldIdentity in javax.jdo.identity
Subclasses of SingleFieldIdentity in javax.jdo.identity Modifier and Type Class Description classByteIdentityThis class is for identity with a single byte field.classCharIdentityThis class is for identity with a single character field.classIntIdentityThis class is for identity with a single int field.classLongIdentityThis class is for identity with a single long field.classObjectIdentityThis class is for identity with a single Object type field.classShortIdentityThis class is for identity with a single short field.classStringIdentityThis class is for identity with a single String field.Methods in javax.jdo.identity with parameters of type SingleFieldIdentity Modifier and Type Method Description protected intSingleFieldIdentity. compare(SingleFieldIdentity o)Determine the ordering of identity objects.
-