|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.arch4j.persistence.domainmapper.IdentifierGeneratorProvider
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.
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 |
public static IdentifierGeneratorProvider getProvider()
public IdentifierGenerator getIdentifierGenerator()
IdentifierGenerator
that implements the interface.
public void reset()
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |