Uses of Interface
org.jpox.sco.SCOLazyLoading

Packages that use SCOLazyLoading
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
 

Uses of SCOLazyLoading in org.jpox.sco
 

Classes in org.jpox.sco that implement SCOLazyLoading
 class ArrayList
          A mutable second-class ArrayList object.
 class Collection
          A mutable second-class Collection object, representing a field in a class, and containing elements of a particular type.
 class HashMap
          A mutable second-class HashMap object.
 class HashSet
          A mutable second-class HashSet object.
 class Hashtable
          A mutable second-class Hashtable object.
 class LinkedHashMap
          A mutable second-class LinkedHashMap object.
 class LinkedHashSet
          A mutable second-class LinkedHashSet object.
 class LinkedList
          A mutable second-class LinkedList object.
 class List
          A mutable second-class List object, representing a field in a class, and containing elements of a particular type.
 class Map
          A mutable second-class Map object.
 class Properties
          A mutable second-class Properties object.
 class Set
          A mutable second-class Set object, representing a field in a class, and containing elements of a particular type.
 class SortedMap
          A mutable second-class SortedMap object.
 class SortedSet
          A mutable second-class SortedSet object.
 class Stack
          A mutable second-class Stack object.
 class TreeMap
          A mutable second-class TreeMap object.
 class TreeSet
          A mutable second-class TreeSet object.
 class Vector
          A mutable second-class Vector object.
 



Copyright © -2007 . All Rights Reserved.