Arch4J 1.1

org.arch4j.persistence.domainmapper
Class IdentifierGeneratorProvider

java.lang.Object
  |
  +--org.arch4j.persistence.domainmapper.IdentifierGeneratorProvider

public class IdentifierGeneratorProvider
extends Object

This class is the main provider for unique identifier generation services. The services are accessed via the getIdentifierGenerator() method, which is referenced through the singleton instance via the static getProvider() method.

Version:
$Revision: 1.3 $
Author:
$Author: rgreinke $

Method Summary
 IdentifierGenerator getIdentifierGenerator()
          Returns an instance of IdentifierGenerator that implements the interface.
static IdentifierGeneratorProvider getProvider()
          Returns the singleton instance of this provider.
 void reset()
          Reset the identifier generator implementation instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProvider

public static IdentifierGeneratorProvider getProvider()
Returns the singleton instance of this provider.


getIdentifierGenerator

public IdentifierGenerator getIdentifierGenerator()
Returns an instance of IdentifierGenerator that implements the interface.


reset

public void reset()
Reset the identifier generator implementation instance.


Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.