Uses of Interface
uba.db.IdGenerator

Packages that use IdGenerator
uba.db   
uba.db.impl.filesystem   
uba.db.impl.memory   
 

Uses of IdGenerator in uba.db
 

Classes in uba.db that implement IdGenerator
 class SimpleNumberSequenceIdGenerator
          Genera ids númericos en secuencia, partiendo de un número.
 

Methods in uba.db that return IdGenerator
protected abstract  IdGenerator DatabaseBehavior.idGenerator()
          Las sub-clases deben implementar este método retornando un objeto que se encarga de crear los ids para las nuevas tablas.
 

Uses of IdGenerator in uba.db.impl.filesystem
 

Methods in uba.db.impl.filesystem that return IdGenerator
protected  IdGenerator FileSystemDatabase.idGenerator()
           
 

Uses of IdGenerator in uba.db.impl.memory
 

Methods in uba.db.impl.memory that return IdGenerator
protected  IdGenerator MemoryDatabase.idGenerator()
           
 



Copyright © -2005 . All Rights Reserved.