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.config
Fields in com.db4o.config declared as ConfigScope Modifier and Type Field Description static ConfigScope
ConfigScope. DISABLED
Marks a configuration feature as globally disabled.static ConfigScope
ConfigScope. GLOBALLY
Marks a configuration feature as globally enabled.static ConfigScope
ConfigScope. INDIVIDUALLY
Marks a configuration feature as individually configurable.Methods in com.db4o.config with parameters of type ConfigScope Modifier and Type Method Description void
Configuration. generateUUIDs(ConfigScope setting)
configures db4o to generate UUIDs for stored objects.void
FileConfiguration. generateUUIDs(ConfigScope setting)
configures db4o to generate UUIDs for stored objects.void
Configuration. generateVersionNumbers(ConfigScope setting)
Deprecated.As of version 8.0 please useConfiguration.generateCommitTimestamps(boolean)
instead.void
FileConfiguration. generateVersionNumbers(ConfigScope setting)
Deprecated.As of version 8.0 please useFileConfiguration.generateCommitTimestamps(boolean)
instead. -
Uses of ConfigScope in com.db4o.internal
Methods in com.db4o.internal that return ConfigScope Modifier and Type Method Description ConfigScope
Config4Impl. generateUUIDs()
Methods in com.db4o.internal with parameters of type ConfigScope Modifier and Type Method Description void
Config4Impl. generateUUIDs(ConfigScope scope)
void
Config4Impl. generateVersionNumbers(ConfigScope scope)
Deprecated.
-