Uses of Class
javax.jdo.spi.I18NHelper
Packages that use I18NHelper
Package
Description
Package providing the Java Data Objects (JDO) primary API components.
This package contains the JDO specification identity interfaces and classes.
This package contains the JDO specification listener interfaces and classes.
This package contains the interfaces and classes used by JDO implementations.
-
Uses of I18NHelper in javax.jdo
Fields in javax.jdo declared as I18NHelperModifier and TypeFieldDescriptionprivate static final I18NHelper
Enhancer.msg
The Internationalization message helper.private static I18NHelper
JDOException.msg
The Internationalization message helper.private static final I18NHelper
JDOHelper.msg
The Internationalization message helper. -
Uses of I18NHelper in javax.jdo.identity
Fields in javax.jdo.identity declared as I18NHelperModifier and TypeFieldDescriptionprivate static I18NHelper
CharIdentity.msg
The Internationalization message helper.protected static I18NHelper
SingleFieldIdentity.msg
The Internationalization message helper. -
Uses of I18NHelper in javax.jdo.listener
Fields in javax.jdo.listener declared as I18NHelperModifier and TypeFieldDescriptionprivate static final I18NHelper
InstanceLifecycleEvent.msg
The Internationalization message helper. -
Uses of I18NHelper in javax.jdo.spi
Fields in javax.jdo.spi declared as I18NHelperModifier and TypeFieldDescriptionprivate static final I18NHelper
JDOImplHelper.msg
The Internationalization message helper.Fields in javax.jdo.spi with type parameters of type I18NHelperModifier and TypeFieldDescriptionprivate static Hashtable
<String, I18NHelper> I18NHelper.helpers
Helper instances that have already been createdMethods in javax.jdo.spi that return I18NHelperModifier and TypeMethodDescriptionstatic I18NHelper
I18NHelper.getInstance
(Class cls) An instance bound to a bundle.static I18NHelper
I18NHelper.getInstance
(String bundleName) An instance bound to a bundle.static I18NHelper
I18NHelper.getInstance
(String bundleName, ClassLoader loader) An instance bound to a bundle.