org.jpox.sco |
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.
|
Java Source File Name | Type | Comment |
ArrayList.java | Class | A mutable second-class ArrayList object.
This class extends ArrayList, using that class to contain the current objects, and the backing ListStore
to be the interface to the datastore. |
BitSet.java | Class | A mutable second-class BitSet object. |
BitSetJDK14.java | Class | A mutable second-class BitSet object. |
Collection.java | Class | A mutable second-class Collection object.
This class extends Collection, using that class to contain the current objects, and the backing CollectionStore
to be the interface to the datastore. |
Date.java | Class | A mutable second-class date object. |
GregorianCalendar.java | Class | A mutable second-class GregorianCalendar object. |
GregorianCalendarJDK14.java | Class | A mutable second-class GregorianCalendar object. |
HashMap.java | Class | A mutable second-class HashMap object. |
HashSet.java | Class | A mutable second-class HashSet object.
This class extends HashSet, using that class to contain the current objects, and the backing SetStore
to be the interface to the datastore. |
Hashtable.java | Class | A mutable second-class Hashtable object. |
LinkedHashMap.java | Class | A mutable second-class LinkedHashMap object. |
LinkedHashSet.java | Class | A mutable second-class LinkedHashSet object.
This class extends LinkedHashSet, using that class to contain the current objects, and the backing SetStore
to be the interface to the datastore. |
LinkedList.java | Class | A mutable second-class LinkedList object.
This class extends LinkedList, using that class to contain the current objects, and the backing ListStore
to be the interface to the datastore. |
List.java | Class | A mutable second-class List object.
This class extends AbstractList, using that class to contain the current objects, and the backing ListStore
to be the interface to the datastore. |
Map.java | Class | A mutable second-class Map object. |
Point.java | Class | A mutable second-class java.awt.Point object. |
PriorityQueue.java | Class | A mutable second-class PriorityQueue object.
This class extends PriorityQueue, using that class to contain the current objects, and the backing ListStore
to be the interface to the datastore. |
Properties.java | Class | A mutable second-class Properties object. |
Queue.java | Class | A mutable second-class Queue object.
This class extends AbstractQueue, using that class to contain the current objects, and the backing CollectionStore
to be the interface to the datastore. |
SCO.java | Interface | Representation of a wrapper/proxy for a mutable SCO type supported by JPOX. |
SCOCollection.java | Interface | Representation of a wrapper for a mutable Collection SCO type supported by JPOX. |
SCOCollectionIterator.java | Class | An iterator for a SCO Collection object. |
SCOContainer.java | Interface | Representation of a SCO that contains other (persistable) objects. |
SCOList.java | Interface | Representation of a wrapper for a mutable List SCO type supported by JPOX. |
SCOListIterator.java | Class | An iterator for a SCO List object. |
SCOMap.java | Interface | Representation of a wrapper for a mutable Map SCO type supported by JPOX. |
SCOMtoN.java | Interface | Representation of a SCO type that can be used as one side of an M-N relation. |
SCOUtils.java | Class | Collection of utilities for second class wrappers and objects. |
SCOUtilsTest.java | Class | |
Set.java | Class | A mutable second-class Set object.
This class extends Set, using that class to contain the current objects, and the backing SetStore
to be the interface to the datastore. |
SortedMap.java | Class | A mutable second-class SortedMap object. |
SortedSet.java | Class | A mutable second-class SortedSet object.
This class extends AbstractSet, using that class to contain the current objects, and the backing SetStore
to be the interface to the datastore. |
SqlDate.java | Class | A mutable second-class SQL date object. |
SqlTime.java | Class | A mutable second-class SQLTime object. |
SqlTimestamp.java | Class | A mutable second-class SQL timestamp object. |
Stack.java | Class | A mutable second-class Stack object.
This class extends Stack, using that class to contain the current objects, and the backing ListStore
to be the interface to the datastore. |
TreeMap.java | Class | A mutable second-class TreeMap object. |
TreeSet.java | Class | A mutable second-class TreeSet object.
This class extends TreeSet, using that class to contain the current objects, and the backing SetStore
to be the interface to the datastore. |
UnsetOwners.java | Class | Utility class to handle the unsetting of owner fields. |
Vector.java | Class | A mutable second-class Vector object.
This class extends Vector, using that class to contain the current objects, and the backing ListStore
to be the interface to the datastore. |