Package com.triactive.jdo.sco

Interface Summary
SCOCollection A mutable second-class Collection object.
SCOMap A mutable second-class Map object.
 

Class Summary
Date A mutable second-class date object.
HashMap A mutable second-class HashMap object.
HashSet A mutable second-class HashSet object.
Hashtable A mutable second-class Hashtable object.
SCOProcessor An object that helps manage SCO fields of a particular declared type.
SCOProcessor.DateProcessor The SCO processor for java.util.Date fields.
SCOProcessor.HashMapProcessor The SCO processor for java.util.HashMap fields.
SCOProcessor.HashSetProcessor The SCO processor for java.util.HashSet fields.
SCOProcessor.HashtableProcessor The SCO processor for java.util.Hashtable fields.
SCOProcessor.MapProcessor An SCO processor for Map fields.
SCOProcessor.SetProcessor An SCO processor for Set fields.
SCOProcessor.SqlDateProcessor The SCO processor for java.sql.Date fields.
SCOProcessor.SqlTimestampProcessor The SCO processor for java.sql.Timestamp fields.
SqlDate A mutable second-class SQL date object.
SqlTimestamp A mutable second-class SQL timestamp object.
 

Exception Summary
IllegalArgumentsException An IllegalArgumentsException is thrown if one or more of a set of arguments to an SCO method were illegal.
IncompatibleElementTypeException A IncompatibleElementTypeException is thrown if an incompatible element type is used with a second-class Collection instance.
IncompatibleFieldTypeException A IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
IncompatibleKeyTypeException A IncompatibleKeyTypeException is thrown if an incompatible key type is used with a second-class Map instance.
IncompatibleTypeException A IncompatibleTypeException is thrown if an incompatible type is specified as a parameter to a second-class object instance.
IncompatibleValueTypeException A IncompatibleValueTypeException is thrown if an incompatible value type is used with a second-class Map instance.
NullsNotAllowedException A NullsNotAllowedException is thrown if an attempt is made to add a null object to a Collection or Map that doesn't support nulls.
QueryUnownedSCOException A QueryUnownedSCOException is thrown if an attempt is made to query an SCO collection that is not persistent.
SCOException A SCOException indicates an error in the construction or usage of of a second-class object instance.
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.