|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Deleteable
A collection whose persistence-capable elements can be deleted as a group from the data store. Not all such collections will necessarily always contain persistence-capable elements only. If a collection contains non-PC elements, a delete attempt will fail at run time.
| Method Summary | |
|---|---|
void |
deletePersistentAll()
Deletes all instances in this collection from the data store. |
| Methods inherited from interface java.util.Collection |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
void deletePersistentAll()
javax.jdo.JDOUserException - If the collection contains any non-PersistenceCapable elements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||