Package org.iworkz.habitat.dao
Interface IdGenerator<T>
- All Known Implementing Classes:
DefaultIdGenerator
public interface IdGenerator<T>
-
Method Summary
Modifier and Type Method Description TnextId(Connection conn)
-
Method Details
-
nextId
-
DefaultIdGeneratorpublic interface IdGenerator<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
nextId(Connection conn) |