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 IntValueOpenJPAConfigurationImpl. autoClearIntValueOpenJPAConfigurationImpl. connectionRetainModeIntValueOpenJPAConfigurationImpl. createSourceIntValueOpenJPAConfigurationImpl. databaseActionIntValueOpenJPAConfigurationImpl. dataCacheTimeoutIntValueOpenJPAConfigurationImpl. dropSourceIntValueOpenJPAConfigurationImpl. fetchBatchSizeIntValueOpenJPAConfigurationImpl. flushBeforeQueriesIntValueOpenJPAConfigurationImpl. lockTimeoutIntValueOpenJPAConfigurationImpl. maxFetchDepthIntValueOpenJPAConfigurationImpl. queryTimeoutIntValueOpenJPAConfigurationImpl. readLockLevelIntValueOpenJPAConfigurationImpl. restoreStateIntValueOpenJPAConfigurationImpl. runtimeUnenhancedClassesIntValueOpenJPAConfigurationImpl. scriptsActionIntValueOpenJPAConfigurationImpl. writeLockLevel -
Uses of IntValue in org.apache.openjpa.jdbc.conf
Subclasses of IntValue in org.apache.openjpa.jdbc.conf Modifier and Type Class Description classFetchModeValueValue type used to represent fetch modes.Fields in org.apache.openjpa.jdbc.conf declared as IntValue Modifier and Type Field Description IntValueJDBCConfigurationImpl. fetchDirectionIntValueJDBCConfigurationImpl. lrsSizeIntValueJDBCConfigurationImpl. resultSetTypeIntValueJDBCConfigurationImpl. 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 IntValueConfigurationImpl. addInt(java.lang.String property)Add the given value to the set of configuration properties.
-