|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DuplicatePersistentHandler
DuplicatePersistentHandler.java Used by user application code to call appropriate persistent handler object
| Method Summary | |
|---|---|
java.lang.Object[] |
getDuplicates(PersistentKey pkey)
Use the database cursor to obtain all values corresponding to a key |
void |
removeDuplicates(PersistentKey pkey)
Remove all entries associated to a key from the database |
| Methods inherited from interface uk.ac.ic.doc.automed.util.persist.PersistentHandler |
|---|
close, get, iterator, put, remove, removeAll |
| Method Detail |
|---|
java.lang.Object[] getDuplicates(PersistentKey pkey)
key - the key object
void removeDuplicates(PersistentKey pkey)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||