deletePersistentAll(parameters) - JDO Query's method
Method javax.jdo.Query
long deletePersistentAll(
Map parameters
)
Deletes all the instances of the candidate class that pass the filter.
- Parameters:
-
parameters
- for the query
- Returns:
- the number of instances of the candidate class that were deleted
- Since:
- JDO 2.0
- See Also:
- deletePersistentAll()