Uses of Class
com.db4o.config.GlobalOnlyConfigException
-
Packages that use GlobalOnlyConfigException Package Description com.db4o.config -
-
Uses of GlobalOnlyConfigException in com.db4o.config
Methods in com.db4o.config that throw GlobalOnlyConfigException Modifier and Type Method Description void
Configuration. blockSize(int bytes)
sets the storage data blocksize for new ObjectContainers.void
Configuration. encrypt(boolean flag)
Deprecated.use a custom encryptingIoAdapter
insteadvoid
Configuration. password(java.lang.String pass)
Deprecated.use a custom encryptingIoAdapter
insteadvoid
Configuration. storage(Storage factory)
allows to configure db4o to use a customized byte IO storage mechanism.void
FileConfiguration. storage(Storage storage)
allows to configure db4o to use a customized byte IO storage mechanism.
-