Uses of Class
org.apache.openjpa.lib.util.Localizer
-
Packages that use Localizer Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.kernel.exps OpenJPA Expression Treeorg.apache.openjpa.kernel.jpql JPA Query Language Supportorg.apache.openjpa.lib.util General Utilitiesorg.apache.openjpa.persistence.jest org.apache.openjpa.persistence.meta OpenJPA MetaModelorg.apache.openjpa.persistence.query OpenJPA Dynamic Query -
-
Uses of Localizer in org.apache.openjpa.conf
Fields in org.apache.openjpa.conf declared as Localizer Modifier and Type Field Description protected static Localizer
SpecificationPlugin. _loc
-
Uses of Localizer in org.apache.openjpa.event
Fields in org.apache.openjpa.event declared as Localizer Modifier and Type Field Description protected static Localizer
TCPRemoteCommitProvider. s_loc
-
Uses of Localizer in org.apache.openjpa.jdbc.schema
Fields in org.apache.openjpa.jdbc.schema declared as Localizer Modifier and Type Field Description protected static Localizer
DataSourceFactory. _eloc
protected static Localizer
SimpleDriverDataSource. _eloc
protected static Localizer
SchemaTool. _loc
protected static Localizer
SimpleDriverDataSource. _loc
-
Uses of Localizer in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as Localizer Modifier and Type Field Description static Localizer
FillStrategy. _loc
-
Uses of Localizer in org.apache.openjpa.kernel.exps
Methods in org.apache.openjpa.kernel.exps that return Localizer Modifier and Type Method Description protected abstract Localizer
AbstractExpressionBuilder. getLocalizer()
Used for obtaining theLocalizer
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 Modifier and Type Method Description protected Localizer
JPQLExpressionBuilder. getLocalizer()
-
Uses of Localizer in org.apache.openjpa.lib.util
Methods in org.apache.openjpa.lib.util that return Localizer Modifier and Type Method Description static Localizer
Localizer. forPackage(java.lang.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(java.lang.Class<?> cls, java.util.Locale locale)
Return a Localizer instance that will access the properties file in the package of the given class using the given locale. -
Uses of Localizer in org.apache.openjpa.persistence.jest
Fields in org.apache.openjpa.persistence.jest declared as Localizer Modifier and Type Field Description protected static Localizer
AbstractCommand. _loc
static Localizer
JESTContext. _loc
protected static Localizer
JESTServlet. _loc
protected static Localizer
XMLFormatter. _loc
-
Uses of Localizer in org.apache.openjpa.persistence.meta
Fields in org.apache.openjpa.persistence.meta declared as Localizer Modifier and Type Field Description protected static Localizer
Types. _loc
-
Uses of Localizer in org.apache.openjpa.persistence.query
Fields in org.apache.openjpa.persistence.query declared as Localizer Modifier and Type Field Description protected static Localizer
QueryDefinitionImpl. _loc
-