| Package | Description |
|---|---|
| org.iworkz.habitat.dao | |
| org.iworkz.habitat.helper |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdGenerator |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator<?> |
GenericDao.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDao.setIdGenerator(IdGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
RecordHelper.generateId(IdGenerator<?> idGenerator) |
Map<CommandMetaData.ObjectMetaData,Object> |
RecordHelper.initializeNewRecord(Object record,
CommandMetaData commandMetaData,
IdGenerator<?> idGenerator) |
protected void |
RecordHelper.initializePrimaryKeyOfRecord(Object record,
CommandMetaData commandMetaData,
Map<CommandMetaData.ObjectMetaData,Object> initializedFieldValues,
IdGenerator<?> idGenerator) |
Copyright © 2020. All rights reserved.