Package org.datanucleus.store.types.wrappers.backed


package org.datanucleus.store.types.wrappers.backed
Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are supported. All have a "backing store" allowing the contents to be sent to/retrieved from the datastore when required. Please refer to section 6.3 of the JDO 1.0 spec. Also provides queueing so that optimistic transactions can be supported when used with the backing store. All "backed" wrappers extend the basic form of the wrapper in the parent package.
  • Class
    Description
    A mutable second-class ArrayList object.
    Interface implemented by backed SCOs.
    A mutable second-class Collection object.
    HashMap<K,V>
    A mutable second-class HashMap object.
    A mutable second-class HashSet object.
    A mutable second-class Hashtable object.
    A mutable second-class LinkedHashMap object.
    A mutable second-class LinkedHashSet object.
    A mutable second-class LinkedList object.
    List<E>
    A mutable second-class List object.
    Map<K,V>
    A mutable second-class Map object.
    A mutable second-class PriorityQueue object.
    A mutable second-class Properties object.
    A mutable second-class Queue object.
    Set<E>
    A mutable second-class Set object.
    A mutable second-class SortedMap object.
    A mutable second-class SortedSet object.
    A mutable second-class Stack object.
    TreeMap<K,V>
    A mutable second-class TreeMap object.
    A mutable second-class TreeSet object.
    A mutable second-class Vector object.