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 void
IdSystemConfiguration. 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 IdSystemFactory
Config4Impl. customIdSystemFactory()
Methods in com.db4o.internal with parameters of type IdSystemFactory Modifier and Type Method Description void
Config4Impl. 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 void
IdSystemConfigurationImpl. useCustomSystem(IdSystemFactory factory)
-