Uses of Interface
net.walend.lyophil.IdentifierSource

Packages that use IdentifierSource
net.walend.lyophil.ejb   
net.walend.lyophil.jdbc This package contains an implementation of lyophil that runs inside a JDBC 2.0 database. 
net.walend.lyophil.memory This package contains an implementation of lyophil that runs inside a jvm's memory. 
 

Uses of IdentifierSource in net.walend.lyophil.ejb
 

Classes in net.walend.lyophil.ejb that implement IdentifierSource
 class EJBIdentifierSource
           
 

Uses of IdentifierSource in net.walend.lyophil.jdbc
 

Classes in net.walend.lyophil.jdbc that implement IdentifierSource
 class JDBCIdentifierSource
          A long number source that keeps them in a table in a database and pulls them out one at a time, starting at zero.
 

Uses of IdentifierSource in net.walend.lyophil.memory
 

Classes in net.walend.lyophil.memory that implement IdentifierSource
 class MemIdentifierSource
          A long number source that keeps them in memory.
 



Copyright (c) 2000, 2001, David Walend