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 
 

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.mapping
           
 

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.
 



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