|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
UniqueIDService | The UniqueIDService service Interface is implemented by all ID Generators. |
UniqueIDServiceConfiguration | An Interface that represents the Factory configuration. |
Class Summary | |
DefaultUniqueIDServiceImpl | Default implementation of UniqueIDService interface. |
Exception Summary | |
UniqueIDCreationException | Exception thrown when a UniqueID cannot be created. |
UniqueIDNotFoundException | Thrown when a UniqueID cannot be found. |
UniqueIDServiceException | Exception that would be thrown if there is any error in the UniqueIDService. |
The Carbon Unique ID Service solves the problem of generating unique IDs for data that are independent of the data representation itself. It can be used to get unique id numbers which serve as key values for database tables before the data is inserted into the table. Using generated or surrogate keys for business data allows changes to the underlying data to not effect the nature or identity of the data so that it can continue to be tracked.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |