Package | Description |
---|---|
org.apache.cayenne |
Contains persistence APIs directly accessible by users.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseContext.deleteObject(Object object) |
void |
ObjectContext.deleteObject(Object object)
Schedules deletion of a persistent object.
|
void |
BaseContext.deleteObjects(Collection<?> objects) |
void |
ObjectContext.deleteObjects(Collection<?> objects)
Schedules deletion of a collection of persistent objects.
|
<T> void |
BaseContext.deleteObjects(T... objects) |
<T> void |
ObjectContext.deleteObjects(T... objects)
Schedules deletion of one or more persistent objects.
|
Copyright © 2001–2019 Apache Cayenne. All rights reserved.