Package com.db4o.config
Interface IdSystemFactory
-
public interface IdSystemFactory
Factory interface to create a custom IdSystem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdSystem
newInstance(LocalObjectContainer container)
creates
-
-
-
Method Detail
-
newInstance
IdSystem newInstance(LocalObjectContainer container)
creates- Parameters:
container
-- Returns:
-
-