Uses of Class
org.apache.openjpa.lib.conf.StringValue

Packages that use StringValue
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Uses of StringValue in org.apache.openjpa.conf
 

Fields in org.apache.openjpa.conf declared as StringValue
 StringValue OpenJPAConfigurationImpl.connection2DriverName
           
 StringValue OpenJPAConfigurationImpl.connection2Password
           
 StringValue OpenJPAConfigurationImpl.connection2Properties
           
 StringValue OpenJPAConfigurationImpl.connection2URL
           
 StringValue OpenJPAConfigurationImpl.connection2UserName
           
 StringValue OpenJPAConfigurationImpl.connectionDriverName
           
 StringValue OpenJPAConfigurationImpl.connectionFactory2Name
           
 StringValue OpenJPAConfigurationImpl.connectionFactory2Properties
           
 StringValue OpenJPAConfigurationImpl.connectionFactoryName
           
 StringValue OpenJPAConfigurationImpl.connectionFactoryProperties
           
 StringValue OpenJPAConfigurationImpl.connectionPassword
           
 StringValue OpenJPAConfigurationImpl.connectionProperties
           
 StringValue OpenJPAConfigurationImpl.connectionURL
           
 StringValue OpenJPAConfigurationImpl.connectionUserName
           
 StringValue OpenJPAConfigurationImpl.dataCacheMode
           
 StringValue OpenJPAConfigurationImpl.mapping
           
 StringValue OpenJPAConfigurationImpl.validationGroupPrePersist
           
 StringValue OpenJPAConfigurationImpl.validationGroupPreRemove
           
 StringValue OpenJPAConfigurationImpl.validationGroupPreUpdate
           
 StringValue OpenJPAConfigurationImpl.validationMode
           
 

Uses of StringValue in org.apache.openjpa.jdbc.conf
 

Fields in org.apache.openjpa.jdbc.conf declared as StringValue
 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
 StringValue ConfigurationImpl.id
           
 

Methods in org.apache.openjpa.lib.conf that return StringValue
 StringValue ConfigurationImpl.addString(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
protected  StringValue DistributedJDBCConfigurationImpl.masterPlugin
           
 



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