Uses of Interface
com.db4o.config.IdSystemFactory
-
Packages that use IdSystemFactory Package Description com.db4o.config com.db4o.internal com.db4o.internal.config -
-
Uses of IdSystemFactory in com.db4o.config
Methods in com.db4o.config with parameters of type IdSystemFactory Modifier and Type Method Description voidIdSystemConfiguration. useCustomSystem(IdSystemFactory factory)configures db4o to use a custom ID system. -
Uses of IdSystemFactory in com.db4o.internal
Methods in com.db4o.internal that return IdSystemFactory Modifier and Type Method Description IdSystemFactoryConfig4Impl. customIdSystemFactory()Methods in com.db4o.internal with parameters of type IdSystemFactory Modifier and Type Method Description voidConfig4Impl. useCustomIdSystem(IdSystemFactory factory) -
Uses of IdSystemFactory in com.db4o.internal.config
Methods in com.db4o.internal.config with parameters of type IdSystemFactory Modifier and Type Method Description voidIdSystemConfigurationImpl. useCustomSystem(IdSystemFactory factory)
-