Uses of Interface
org.apache.jdo.sco.SCO

Packages that use SCO
org.apache.jdo.impl.sco This package contains implementation of the SCO-related interfaces. 
org.apache.jdo.sco This package contains SCO-related interfaces. 
org.apache.jdo.state This package contains the internal StateManager and teh FIeldManager interface. 
 

Uses of SCO in org.apache.jdo.impl.sco
 

Classes in org.apache.jdo.impl.sco that implement SCO
 class ArrayList
          A mutable 2nd class object that represents ArrayList.
 class Date
          A mutable 2nd class object that represents java.util.Date.
 class HashMap
          A mutable 2nd class object that represents HashMap.
 class HashSet
          A mutable 2nd class object that represents HashSet.
 class Hashtable
          A mutable 2nd class object that represents Hashtable.
 class LinkedList
          A mutable 2nd class object that represents LinkedList.
 class SqlDate
          A mutable 2nd class object that represents java.sql.Date.
 class SqlTime
          A mutable 2nd class object that represents java.sql.Time.
 class SqlTimestamp
          A mutable 2nd class object that represents java.sql.Timestamp
 class TreeMap
          A mutable 2nd class object that represents TreeMap.
 class TreeSet
          A mutable 2nd class object that represents TreeSet.
 class Vector
          A mutable 2nd class object that represents Vector.
 

Uses of SCO in org.apache.jdo.sco
 

Subinterfaces of SCO in org.apache.jdo.sco
 interface SCOCollection
           
 interface SCODate
           
 interface SCOMap
           
 

Uses of SCO in org.apache.jdo.state
 

Methods in org.apache.jdo.state with parameters of type SCO
 void StateManagerInternal.trackUpdates(int fieldNumber, SCO sco)
          Processes changes to the Tracked SCO instance owned by this StateManager.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.