Package org.apache.jdo.util

This package contains utility classes used across the JDORI including I18N support, Logger.

See:
          Description

Class Summary
I18NHelper Helper class for constructing messages from bundles.
JDOJdk14Logger JDO-specific subclass of the apache commons logging Log implementation that wraps the standard JDK 1.4 logging.
JDORIVersion Helper class to handle properties object with version number and vendor name.
Pool A general purpose pooling class.
StringHelper Helper class providing string utility methods.
WeakHashSet A weak HashSet.
WeakHashSet.WeakElement A WeakHashSet stores objects of class WeakElement.
WeakValueHashMap A WeakValueHashMap is implemented as a HashMap that maps keys to WeakValues.
WeakValueHashMap.WeakValue We need this special class to keep the backward reference from the value to the key, so that we are able to remove the key if the value is garbage collected.
 

Package org.apache.jdo.util Description

This package contains utility classes used across the JDORI including I18N support, Logger.