Uses of Class
org.apache.openjpa.lib.conf.IntValue
-
Packages that use IntValue Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.lib.conf Configuration Framework -
-
Uses of IntValue in org.apache.openjpa.conf
Fields in org.apache.openjpa.conf declared as IntValue Modifier and Type Field Description IntValue
OpenJPAConfigurationImpl. autoClear
IntValue
OpenJPAConfigurationImpl. connectionRetainMode
IntValue
OpenJPAConfigurationImpl. createSource
IntValue
OpenJPAConfigurationImpl. databaseAction
IntValue
OpenJPAConfigurationImpl. dataCacheTimeout
IntValue
OpenJPAConfigurationImpl. dropSource
IntValue
OpenJPAConfigurationImpl. fetchBatchSize
IntValue
OpenJPAConfigurationImpl. flushBeforeQueries
IntValue
OpenJPAConfigurationImpl. lockTimeout
IntValue
OpenJPAConfigurationImpl. maxFetchDepth
IntValue
OpenJPAConfigurationImpl. queryTimeout
IntValue
OpenJPAConfigurationImpl. readLockLevel
IntValue
OpenJPAConfigurationImpl. restoreState
IntValue
OpenJPAConfigurationImpl. runtimeUnenhancedClasses
IntValue
OpenJPAConfigurationImpl. scriptsAction
IntValue
OpenJPAConfigurationImpl. writeLockLevel
-
Uses of IntValue in org.apache.openjpa.jdbc.conf
Subclasses of IntValue in org.apache.openjpa.jdbc.conf Modifier and Type Class Description class
FetchModeValue
Value type used to represent fetch modes.Fields in org.apache.openjpa.jdbc.conf declared as IntValue Modifier and Type Field Description 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 Modifier and Type Method Description IntValue
ConfigurationImpl. addInt(java.lang.String property)
Add the given value to the set of configuration properties.
-