Package org.jpox.sco

Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX.

See:
          Description

Interface Summary
SCO Representation of a wrapper/proxy for a mutable SCO type supported by JPOX.
SCOCollection Representation of a wrapper for a mutable Collection SCO type supported by JPOX.
SCOLazyLoading Representation of a SCO that supports lazy loading of its contents.
SCOList Representation of a wrapper for a mutable List SCO type supported by JPOX.
SCOMap Representation of a wrapper for a mutable Map SCO type supported by JPOX.
SCOMtoN Representation of a SCO type that can be used as one side of an M-N relation.
 

Class Summary
ArrayList A mutable second-class ArrayList object.
BitSet A mutable second-class BitSet object.
BitSetJDK14 A mutable second-class BitSet object.
Collection A mutable second-class Collection object, representing a field in a class, and containing elements of a particular type.
Date A mutable second-class date object.
GregorianCalendar A mutable second-class GregorianCalendar object.
GregorianCalendarJDK14 A mutable second-class GregorianCalendar object.
HashMap A mutable second-class HashMap object.
HashSet A mutable second-class HashSet object.
Hashtable A mutable second-class Hashtable object.
LinkedHashMap A mutable second-class LinkedHashMap object.
LinkedHashSet A mutable second-class LinkedHashSet object.
LinkedList A mutable second-class LinkedList object.
List A mutable second-class List object, representing a field in a class, and containing elements of a particular type.
Map A mutable second-class Map object.
Point A mutable second-class java.awt.Point object.
Properties A mutable second-class Properties object.
SCOCollectionIterator An iterator for a SCO Collection object.
SCOListIterator An iterator for a SCO List object.
SCOUtils Collection of utilities for second class objects.
Set A mutable second-class Set object, representing a field in a class, and containing elements of a particular type.
SortedMap A mutable second-class SortedMap object.
SortedSet A mutable second-class SortedSet object.
SqlDate A mutable second-class SQL date object.
SqlTime A mutable second-class SQLTime object.
SqlTimestamp A mutable second-class SQL timestamp object.
Stack A mutable second-class Stack object.
TreeMap A mutable second-class TreeMap object.
TreeSet A mutable second-class TreeSet object.
UnsetOwners Utility class to handle the unsetting of owner fields.
Vector A mutable second-class Vector object.
 

Package org.jpox.sco Description

Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. Please refer to section 6.3 of the JDO 1.0 spec.



Copyright © -2007 . All Rights Reserved.