Uses of Class
org.apache.openjpa.lib.conf.StringValue
-
Packages that use StringValue Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. -
-
Uses of StringValue in org.apache.openjpa.conf
-
Uses of StringValue in org.apache.openjpa.jdbc.conf
Fields in org.apache.openjpa.jdbc.conf declared as StringValue Modifier and Type Field Description StringValue
JDBCConfigurationImpl. schema
StringValue
JDBCConfigurationImpl. synchronizeMappings
-
Uses of StringValue in org.apache.openjpa.lib.conf
Fields in org.apache.openjpa.lib.conf declared as StringValue Modifier and Type Field Description StringValue
ConfigurationImpl. id
Methods in org.apache.openjpa.lib.conf that return StringValue Modifier and Type Method Description StringValue
ConfigurationImpl. addString(java.lang.String property)
Add the given value to the set of configuration properties. -
Uses of StringValue in org.apache.openjpa.slice.jdbc
Fields in org.apache.openjpa.slice.jdbc declared as StringValue Modifier and Type Field Description protected StringValue
DistributedJDBCConfigurationImpl. masterPlugin
-