Uses of Class
com.db4o.config.ConfigScope
- 
Packages that use ConfigScope Package Description com.db4o.config com.db4o.internal 
- 
- 
Uses of ConfigScope in com.db4o.configFields in com.db4o.config declared as ConfigScope Modifier and Type Field Description static ConfigScopeConfigScope. DISABLEDMarks a configuration feature as globally disabled.static ConfigScopeConfigScope. GLOBALLYMarks a configuration feature as globally enabled.static ConfigScopeConfigScope. INDIVIDUALLYMarks a configuration feature as individually configurable.Methods in com.db4o.config with parameters of type ConfigScope Modifier and Type Method Description voidConfiguration. generateUUIDs(ConfigScope setting)configures db4o to generate UUIDs for stored objects.voidFileConfiguration. generateUUIDs(ConfigScope setting)configures db4o to generate UUIDs for stored objects.voidConfiguration. generateVersionNumbers(ConfigScope setting)Deprecated.As of version 8.0 please useConfiguration.generateCommitTimestamps(boolean)instead.voidFileConfiguration. generateVersionNumbers(ConfigScope setting)Deprecated.As of version 8.0 please useFileConfiguration.generateCommitTimestamps(boolean)instead.
- 
Uses of ConfigScope in com.db4o.internalMethods in com.db4o.internal that return ConfigScope Modifier and Type Method Description ConfigScopeConfig4Impl. generateUUIDs()Methods in com.db4o.internal with parameters of type ConfigScope Modifier and Type Method Description voidConfig4Impl. generateUUIDs(ConfigScope scope)voidConfig4Impl. generateVersionNumbers(ConfigScope scope)Deprecated.
 
-