| Package | Description |
|---|---|
| org.iworkz.habitat.dao | |
| org.iworkz.habitat.helper |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdGenerator |
| Modifier and Type | Field and Description |
|---|---|
protected IdGenerator<?> |
GenericDao.idGenerator |
| Modifier and Type | Method and Description |
|---|---|
abstract IdGenerator |
GenericDao.createIdGenerator() |
IdGenerator<String> |
DefaultDao.createIdGenerator() |
| 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 © 2017. All rights reserved.