public class IdStrategy extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH_UUID |
| Constructor and Description |
|---|
IdStrategy() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getIdLengthForStrategy(PersistentId.EStrategy eStrategy) |
static String |
newId(PersistentId.EStrategy eStrategy) |
public static final int LENGTH_UUID
public static int getIdLengthForStrategy(PersistentId.EStrategy eStrategy) throws Exception
eStrategy - [IN]
specify the ID generation strategy.Exceptionpublic static String newId(PersistentId.EStrategy eStrategy) throws Exception
eStrategy - [IN]
specify the ID generation strategy.ExceptionCopyright © 2016 as-development.net. All rights reserved.