Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.persistence
Class UniqueIdGeneratorFactory
Direct Known Subclasses:
       KeyTableUidGeneratorFactory

public abstract class UniqueIdGeneratorFactory      
Factory for creating UniqueIdGenerator instances
Abstract.
 
 

Method Summary
public abstract UniqueIdGenerator
getFactory(String className)
Method Detail
createUidGenerator
public abstract UniqueIdGenerator createUidGenerator ()
 
Abstract.
 

getFactory
public static UniqueIdGeneratorFactory getFactory (String className)
 
create and retrieves a UniqueIdGenerator instances of the specified Class
Parameters:
className the full name of the class implementing the UniqueIdGenerator interface
Exceptions:
IllegalAccessException if an error occurs creating the factory
InstantiationException if an error occurs creating the factory
ExceptionInInitializerError if an error occurs creating the factory
SecurityException if an error occurs creating the factory
ClassNotFoundException if an error occurs creating the factory
Return:
a UniqueIdGenerator instance
Static.
Throws:
IllegalAccessException,InstantiationException,SecurityException,ClassNotFoundException
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD