public interface TableIndexDAO extends GrouperDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(TableIndex tableIndex)
delete a table index
|
TableIndex |
findById(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
|
void saveOrUpdate(TableIndex tableIndex)
tableIndex - void delete(TableIndex tableIndex)
tableIndex - TableIndex findById(String id, boolean exceptionIfNotFound)
id - exceptionIfNotFound - TableIndex findByType(TableIndexType tableIndexType)
tableIndexType - TableIndex reserveIds(TableIndexType tableIndexType, int numberOfIndicesToReserve)
tableIndexType - numberOfIndicesToReserve - Copyright © 2016 Internet2. All rights reserved.