com.triactive.jdo.sco |
|
Java Source File Name | Type | Comment |
Date.java | Class | A mutable second-class date object. |
HashMap.java | Class | A mutable second-class HashMap object. |
HashSet.java | Class | A mutable second-class HashSet object. |
Hashtable.java | Class | A mutable second-class Hashtable object. |
IllegalArgumentsException.java | Class | An IllegalArgumentsException is thrown if one or more of a set of
arguments to an SCO method were illegal. |
IncompatibleElementTypeException.java | Class | A IncompatibleElementTypeException is thrown if an incompatible
element type is used with a second-class Collection instance. |
IncompatibleFieldTypeException.java | Class | A IncompatibleFieldTypeException is thrown if an incompatible field
type is specified in the construction of a second-class object instance. |
IncompatibleKeyTypeException.java | Class | A IncompatibleKeyTypeException is thrown if an incompatible key
type is used with a second-class Map instance. |
IncompatibleTypeException.java | Class | A IncompatibleTypeException is thrown if an incompatible type
is specified as a parameter to a second-class object instance. |
IncompatibleValueTypeException.java | Class | A IncompatibleValueTypeException is thrown if an incompatible value
type is used with a second-class Map instance. |
NullsNotAllowedException.java | Class | 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.java | Class | A QueryUnownedSCOException is thrown if an attempt is made to query
an SCO collection that is not persistent. |
SCOCollection.java | Interface | A mutable second-class Collection object. |
SCOException.java | Class | A SCOException indicates an error in the construction or usage of
of a second-class object instance. |
SCOHelper.java | Class | Contains static methods to help mutable SCO classes. |
SCOMap.java | Interface | A mutable second-class Map object. |
SCOProcessor.java | Class | An object that helps manage SCO fields of a particular declared type. |
SqlDate.java | Class | A mutable second-class SQL date object. |
SqlTimestamp.java | Class | A mutable second-class SQL timestamp object. |