Uses of Package
org.apache.jdo.util

Packages that use org.apache.jdo.util
org.apache.jdo.impl.enhancer   
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
org.apache.jdo.impl.jdoql   
org.apache.jdo.impl.jdoql.jdoqlc   
org.apache.jdo.impl.jdoql.scope   
org.apache.jdo.impl.jdoql.tree   
org.apache.jdo.impl.model.java This package contains classes that are for use across all kinds of JavaModel implementations. 
org.apache.jdo.impl.model.java.reflection   
org.apache.jdo.impl.model.java.runtime This package contains a runtime specific JavaModel implementation based on reflection. 
org.apache.jdo.impl.model.jdo This package contains classes that implement the JDO model interfaces and provide access to JDO metadata. 
org.apache.jdo.impl.model.jdo.xml   
org.apache.jdo.impl.pm This package contains classes that are for use across all kinds of implementations of the JDO Reference Implementation. 
org.apache.jdo.impl.sco This package contains implementation of the SCO-related interfaces. 
org.apache.jdo.impl.state   
org.apache.jdo.model This package defines the Model Exception classes. 
org.apache.jdo.store This package contains StoreManager and store-related interfaces plus an abstract StoreManager implementation. 
org.apache.jdo.util This package contains utility classes used across the JDORI including I18N support, Logger. 
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.enhancer
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.fostore
I18NHelper
          Helper class for constructing messages from bundles.
Pool
          A general purpose pooling class.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.jdoql
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.jdoql.jdoqlc
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.jdoql.scope
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.jdoql.tree
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.model.java
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.model.java.reflection
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.model.java.runtime
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.model.jdo
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.model.jdo.xml
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.pm
I18NHelper
          Helper class for constructing messages from bundles.
WeakValueHashMap
          A WeakValueHashMap is implemented as a HashMap that maps keys to WeakValues.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.sco
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.impl.state
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.model
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.store
I18NHelper
          Helper class for constructing messages from bundles.
 

Classes in org.apache.jdo.util used by org.apache.jdo.util
I18NHelper
          Helper class for constructing messages from bundles.
WeakHashSet.WeakElement
          A WeakHashSet stores objects of class WeakElement.
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.