public class NullIdGenerator extends Object implements IdGeneratorInterface
| Constructor and Description |
|---|
NullIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getId(Class<? extends Storable> clazz) |
void |
setStartFrom(Object id,
Class<? extends Storable> clazz) |
public Object getId(Class<? extends Storable> clazz)
getId in interface IdGeneratorInterfacepublic void setStartFrom(Object id, Class<? extends Storable> clazz)
setStartFrom in interface IdGeneratorInterfaceCopyright © 2025. All rights reserved.