|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDGenerator
An interface for objects that generate IDs (Strings) that are unique for a specific type.
Method Summary | |
---|---|
java.lang.String |
generateID(DbMapping dbmap)
Generate a new ID for a specific type. |
void |
init(Application app)
Init the ID generator for the given application. |
void |
shutdown()
Shut down the ID generator. |
Method Detail |
---|
void init(Application app)
app
- void shutdown()
java.lang.String generateID(DbMapping dbmap) throws java.lang.Exception
dbmap
-
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |