Uses of Class
org.apache.jdo.util.I18NHelper

Packages that use I18NHelper
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.util This package contains utility classes used across the JDORI including I18N support, Logger. 
 

Uses of I18NHelper in org.apache.jdo.impl.model.jdo
 

Fields in org.apache.jdo.impl.model.jdo declared as I18NHelper
protected static I18NHelper JDOAssociatedPropertyImplDynamic.msg
          I18N support.
protected static I18NHelper JDOClassImplDynamic.msg
          I18N support
protected static I18NHelper JDOFieldImplDynamic.msg
          I18N support
protected static I18NHelper JDOModelImplDynamic.msg
          I18N support
 

Uses of I18NHelper in org.apache.jdo.util
 

Methods in org.apache.jdo.util that return I18NHelper
static I18NHelper I18NHelper.getInstance(java.lang.Class cls)
          An instance bound to a bundle.
static I18NHelper I18NHelper.getInstance(java.lang.String bundleName)
          An instance bound to a bundle.
static I18NHelper I18NHelper.getInstance(java.lang.String bundleName, java.lang.ClassLoader loader)
          An instance bound to a bundle.
 



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