Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SCOCollection |
interface |
SCODate |
interface |
SCOMap |
Modifier and Type | Method and Description |
---|---|
void |
StateManagerInternal.trackUpdates(int fieldNumber,
SCO sco)
Processes changes to the Tracked SCO instance owned by this
StateManager.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.