Uses of Class
org.apache.openjpa.lib.util.Localizer

Packages that use Localizer
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
org.apache.openjpa.kernel.jpql JPA Query Language Support 
org.apache.openjpa.lib.util General Utilities 
 

Uses of Localizer in org.apache.openjpa.kernel.exps
 

Methods in org.apache.openjpa.kernel.exps that return Localizer
protected abstract  Localizer AbstractExpressionBuilder.getLocalizer()
          Used for obtaining the Localizer to use for translating error messages.
 

Uses of Localizer in org.apache.openjpa.kernel.jpql
 

Methods in org.apache.openjpa.kernel.jpql that return Localizer
protected  Localizer JPQLExpressionBuilder.getLocalizer()
           
 

Uses of Localizer in org.apache.openjpa.lib.util
 

Methods in org.apache.openjpa.lib.util that return Localizer
static Localizer Localizer.forPackage(Class cls)
          Return a Localizer instance that will access the properties file in the package of the given class using the system default locale.
static Localizer Localizer.forPackage(Class cls, Locale locale)
          Return a Localizer instance that will access the properties file in the package of the given class using the given locale.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.