SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Package com.solarmetric.kodo.util

JDO Utilities

See:
          Description

Interface Summary
ChangeTracker Proxy that tracks changes to its elements at a fine-grained level.
Proxy Interface implemented by all proxy types to allow setting and nulling of their owning JDO instance.
ProxyCollection Interface implemented by all proxies on Collection types.
ProxyManager Manager for copying and proxying second class objects.
ProxyMap Interface implemented by all proxies on Map types.
 

Class Summary
CacheMap A map that keeps hard references to a fixed number of elements and moves expired references to a soft reference map.
ChangeManager Helper that ChangeTrackers can optionally use to implement change tracking.
ImplHelper Provide static access to the JDOImplHelper without the need for security checks.
MultiLoaderClassResolver An implementation of ClassResolver that to uses multiple ClassLoader objects for class resolution.
ObjectIds Utility class for manipulating JDO object IDs.
ObjectIds.Id Type for generated data store identity classes.
Proxies Utility methods for managing proxies.
ProxyArrayList Extension of the ArrayList type that dirties the persistent/transactional field it is assigned to on modification.
ProxyDate Extension of the Date type that calls the PersistenceCapable.jdoMakeDirty(java.lang.String) method on its owning persistence capable instance on modification.
ProxyEntrySet Map entry set that dirties the persistent/transactional field that owns the backing map on modification.
ProxyHashMap Extension of the HashMap type that dirties the persistent/transactional field it is assigned to on modification.
ProxyHashMapCT Extension of the ProxyHashMap to implement ChangeTracker.
ProxyHashSet Extension of the HashSet type that dirties the persistent/transactional field it is assigned to on modification.
ProxyHashSetCT Extension of the ProxyHashSet to implement ChangeTracker.
ProxyHashtable Extension of the Hashtable type that dirties the persistent/transactional field it is assigned to on modification.
ProxyHashtableCT Extension of the ProxyHashtable to implement ChangeTracker.
ProxyIterator Iterator type used by the various proxy types in this package; delegates to an internal iterator.
ProxyKeySet Map key set that dirties the persistent/transactional field that owns the backing map on modification.
ProxyLinkedList Extension of the LinkedList type that dirties the persistent/transactional field it is assigned to on modification.
ProxyListIterator Iterator type used by various proxy types in this package; delegates to an internal list iterator.
ProxyProperties Extension of the Properties type that dirties the persistent/transactional field it is assigned to on modification.
ProxyTreeMap Extension of the TreeMap type that dirties the persistent/transactional field it is assigned to on modification.
ProxyTreeMapCT Extension of the ProxyTreeMap to implement ChangeTracker.
ProxyTreeSet Extension of the TreeSet type that dirties the persistent/transactional field it is assigned to on modification.
ProxyTreeSetCT Extension of the ProxyTreeSet to implement ChangeTracker.
ProxyValueCollection Map value collection that dirties the persistent/transactional field that owns the backing map on modification.
ProxyVector Extension of the Vector type that dirties the persistent/transactional field it is assigned to on modification.
SimpleProxyManager Simple implementation of the ProxyManager interface that delegates to the Proxies utility class in this package.
 

Package com.solarmetric.kodo.util Description

JDO Utilities

This package provides utilities to facilitate the handling of second class objects and JDO object ids.


SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.