Uses of Interface
com.db4o.config.NameProvider
-
Packages that use NameProvider Package Description com.db4o.config com.db4o.internal com.db4o.internal.config -
-
Uses of NameProvider in com.db4o.config
Classes in com.db4o.config that implement NameProvider Modifier and Type Class Description class
SimpleNameProvider
Assigns a fixed, pre-defined name to the givenObjectContainer
.Methods in com.db4o.config with parameters of type NameProvider Modifier and Type Method Description void
CommonConfiguration. nameProvider(NameProvider provider)
Registers aNameProvider
that assigns a custom name to the database to be used inObject.toString()
. -
Uses of NameProvider in com.db4o.internal
Methods in com.db4o.internal that return NameProvider Modifier and Type Method Description NameProvider
Config4Impl. nameProvider()
Methods in com.db4o.internal with parameters of type NameProvider Modifier and Type Method Description void
Config4Impl. nameProvider(NameProvider provider)
-
Uses of NameProvider in com.db4o.internal.config
Methods in com.db4o.internal.config with parameters of type NameProvider Modifier and Type Method Description void
CommonConfigurationImpl. nameProvider(NameProvider provider)
-