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

Packages that use IntValue
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.lib.conf Configuration Framework 
 

Uses of IntValue in org.apache.openjpa.conf
 

Fields in org.apache.openjpa.conf declared as IntValue
 IntValue OpenJPAConfigurationImpl.autoClear
           
 IntValue OpenJPAConfigurationImpl.connectionRetainMode
           
 IntValue OpenJPAConfigurationImpl.dataCacheTimeout
           
 IntValue OpenJPAConfigurationImpl.fetchBatchSize
           
 IntValue OpenJPAConfigurationImpl.flushBeforeQueries
           
 IntValue OpenJPAConfigurationImpl.lockTimeout
           
 IntValue OpenJPAConfigurationImpl.maxFetchDepth
           
 IntValue OpenJPAConfigurationImpl.readLockLevel
           
 IntValue OpenJPAConfigurationImpl.restoreState
           
 IntValue OpenJPAConfigurationImpl.runtimeUnenhancedClasses
           
 IntValue OpenJPAConfigurationImpl.writeLockLevel
           
 

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

Subclasses of IntValue in org.apache.openjpa.jdbc.conf
 class FetchModeValue
          Value type used to represent fetch modes.
 

Fields in org.apache.openjpa.jdbc.conf declared as IntValue
 IntValue JDBCConfigurationImpl.fetchDirection
           
 IntValue JDBCConfigurationImpl.lrsSize
           
 IntValue JDBCConfigurationImpl.resultSetType
           
 IntValue JDBCConfigurationImpl.transactionIsolation
           
 

Uses of IntValue in org.apache.openjpa.lib.conf
 

Methods in org.apache.openjpa.lib.conf that return IntValue
 IntValue ConfigurationImpl.addInt(String property)
          Add the given value to the set of configuration properties.
 



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