Uses of Class
org.apache.openjpa.lib.conf.StringListValue
-
Packages that use StringListValue 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 StringListValue in org.apache.openjpa.conf
Fields in org.apache.openjpa.conf declared as StringListValue Modifier and Type Field Description StringListValue
OpenJPAConfigurationImpl. fetchGroups
-
Uses of StringListValue in org.apache.openjpa.jdbc.conf
Fields in org.apache.openjpa.jdbc.conf declared as StringListValue Modifier and Type Field Description StringListValue
JDBCConfigurationImpl. schemas
-
Uses of StringListValue in org.apache.openjpa.lib.conf
Methods in org.apache.openjpa.lib.conf that return StringListValue Modifier and Type Method Description StringListValue
ConfigurationImpl. addStringList(java.lang.String property)
Add the given value to the set of configuration properties. -
Uses of StringListValue in org.apache.openjpa.slice.jdbc
Fields in org.apache.openjpa.slice.jdbc declared as StringListValue Modifier and Type Field Description protected StringListValue
DistributedJDBCConfigurationImpl. namesPlugin
StringListValue
DistributedJDBCConfigurationImpl. replicatedTypesPlugin
-