|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableIndexDAO
| Method Summary | |
|---|---|
void |
delete(TableIndex tableIndex)
delete a table index |
TableIndex |
findById(java.lang.String id,
boolean exceptionIfNotFound)
|
TableIndex |
findByType(TableIndexType tableIndexType)
find by type |
TableIndex |
reserveIds(TableIndexType tableIndexType,
int numberOfIndicesToReserve)
reserve a certain amount of indices |
void |
saveOrUpdate(TableIndex tableIndex)
insert or update a tableIndex |
| Method Detail |
|---|
void saveOrUpdate(TableIndex tableIndex)
tableIndex - void delete(TableIndex tableIndex)
tableIndex -
TableIndex findById(java.lang.String id,
boolean exceptionIfNotFound)
id - exceptionIfNotFound -
TableIndex findByType(TableIndexType tableIndexType)
tableIndexType -
TableIndex reserveIds(TableIndexType tableIndexType,
int numberOfIndicesToReserve)
tableIndexType - numberOfIndicesToReserve -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||