Uses of Interface
com.db4o.internal.ids.IdSystem
-
Packages that use IdSystem Package Description com.db4o.config com.db4o.internal com.db4o.internal.ids -
-
Uses of IdSystem in com.db4o.config
Methods in com.db4o.config that return IdSystem Modifier and Type Method Description IdSystem
IdSystemFactory. newInstance(LocalObjectContainer container)
creates -
Uses of IdSystem in com.db4o.internal
Methods in com.db4o.internal that return IdSystem Modifier and Type Method Description IdSystem
LocalObjectContainer. idSystem()
Method parameters in com.db4o.internal with type arguments of type IdSystem Modifier and Type Method Description TransactionalIdSystem
LocalObjectContainer. newTransactionalIdSystem(TransactionalIdSystem systemIdSystem, Closure4<IdSystem> idSystem)
-
Uses of IdSystem in com.db4o.internal.ids
Subinterfaces of IdSystem in com.db4o.internal.ids Modifier and Type Interface Description interface
StackableIdSystem
Classes in com.db4o.internal.ids that implement IdSystem Modifier and Type Class Description class
BTreeIdSystem
class
InMemoryIdSystem
class
PointerBasedIdSystem
Methods in com.db4o.internal.ids that return IdSystem Modifier and Type Method Description static IdSystem
StandardIdSystemFactory. newInstance(LocalObjectContainer localContainer)
-