| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.persistence
|
Class UniqueIdGeneratorFactory
|
public abstract class UniqueIdGeneratorFactory
Factory for creating UniqueIdGenerator instances
Abstract.
Abstract.
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
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|