
| Key: |
HHH-3346
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Richard Freedman
|
| Votes: |
1
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Requires Release Note: |
Affirmative
|
|
Provide a new id generator that works like IncrementGenerator, but generates fixed-width String representations of short, int, or long values.
For brevity of key, base-36 encode the value via toString(long i, int radix), yielding digits in range '0' - 'z'
Diff is attached.
|
|
Description
|
Provide a new id generator that works like IncrementGenerator, but generates fixed-width String representations of short, int, or long values.
For brevity of key, base-36 encode the value via toString(long i, int radix), yielding digits in range '0' - 'z'
Diff is attached.
|
Show » |
|