Package org.apache.jdo.impl.sco

This package contains implementation of the SCO-related interfaces.

See:
          Description

Class Summary
ArrayList A mutable 2nd class object that represents ArrayList.
Date A mutable 2nd class object that represents java.util.Date.
Freezer Freezer is a helper class with static methods to assist transcribing non-ordered collection and map classes.
Freezer.AbsoluteOrdering This class is the Comparator to impose an absolute ordering on instances of PersistenceCapable, wrapper, and mutable sco types.
Freezer.FrozenIterator This class iterates over an array.
HashMap A mutable 2nd class object that represents HashMap.
HashSet A mutable 2nd class object that represents HashSet.
Hashtable A mutable 2nd class object that represents Hashtable.
LinkedList A mutable 2nd class object that represents LinkedList.
SCOHelper Helper class used by Tracked SCO implementations.
SqlDate A mutable 2nd class object that represents java.sql.Date.
SqlTime A mutable 2nd class object that represents java.sql.Time.
SqlTimestamp A mutable 2nd class object that represents java.sql.Timestamp
TreeMap A mutable 2nd class object that represents TreeMap.
TreeSet A mutable 2nd class object that represents TreeSet.
Vector A mutable 2nd class object that represents Vector.
 

Package org.apache.jdo.impl.sco Description

This package contains implementation of the SCO-related interfaces. The interfaces are defined in org.apache.jdo.sco.