Uses of Class
javax.jdo.spi.I18NHelper
Packages that use I18NHelper
Package
Description
This package contains the JDO specification identity interfaces and classes.
This package contains the interfaces and classes used by JDO implementations.
-
Uses of I18NHelper in javax.jdo.identity
Fields in javax.jdo.identity declared as I18NHelperModifier and TypeFieldDescriptionprotected static I18NHelperSingleFieldIdentity.msgThe Internationalization message helper. -
Uses of I18NHelper in javax.jdo.spi
Methods in javax.jdo.spi that return I18NHelperModifier and TypeMethodDescriptionstatic I18NHelperI18NHelper.getInstance(Class cls) An instance bound to a bundle.static I18NHelperI18NHelper.getInstance(String bundleName) An instance bound to a bundle.static I18NHelperI18NHelper.getInstance(String bundleName, ClassLoader loader) An instance bound to a bundle.