Package javax.jdo.identity

This package contains the JDO specification identity interfaces and classes.

See:
          Description

Class Summary
ByteIdentity This class is for identity with a single byte field.
CharIdentity This class is for identity with a single character field.
IntIdentity This class is for identity with a single int field.
LongIdentity This class is for identity with a single long field.
ObjectIdentity This class is for identity with a single Object type field.
ShortIdentity This class is for identity with a single short field.
SingleFieldIdentity This class is the abstract base class for all single field identity classes.
StringIdentity This class is for identity with a single String field.
 

Package javax.jdo.identity Description

This package contains the JDO specification identity interfaces and classes.



Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.