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 classSimpleNameProviderAssigns a fixed, pre-defined name to the givenObjectContainer.Methods in com.db4o.config with parameters of type NameProvider Modifier and Type Method Description voidCommonConfiguration. nameProvider(NameProvider provider)Registers aNameProviderthat 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 NameProviderConfig4Impl. nameProvider()Methods in com.db4o.internal with parameters of type NameProvider Modifier and Type Method Description voidConfig4Impl. 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 voidCommonConfigurationImpl. nameProvider(NameProvider provider)
-