Uses of Interface
org.iworkz.habitat.dao.IdGenerator
| Package | Description |
|---|---|
| org.iworkz.habitat.dao | |
| org.iworkz.habitat.helper |
-
Uses of IdGenerator in org.iworkz.habitat.dao
Classes in org.iworkz.habitat.dao that implement IdGenerator Modifier and Type Class Description classDefaultIdGeneratorMethods in org.iworkz.habitat.dao that return IdGenerator Modifier and Type Method Description IdGenerator<?>GenericDao. getIdGenerator()Methods in org.iworkz.habitat.dao with parameters of type IdGenerator Modifier and Type Method Description voidGenericDao. setIdGenerator(IdGenerator idGenerator) -
Uses of IdGenerator in org.iworkz.habitat.helper
Methods in org.iworkz.habitat.helper with parameters of type IdGenerator Modifier and Type Method Description protected ObjectRecordHelper. generateId(IdGenerator<?> idGenerator)Map<CommandMetaData.ObjectMetaData,Object>RecordHelper. initializeNewRecord(Object record, CommandMetaData commandMetaData, IdGenerator<?> idGenerator)protected voidRecordHelper. initializePrimaryKeyOfRecord(Object record, CommandMetaData commandMetaData, Map<CommandMetaData.ObjectMetaData,Object> initializedFieldValues, IdGenerator<?> idGenerator)