public interface MassOperationsDao<T extends BusinessEntity<?>>
Modifier and Type | Method and Description |
---|---|
void |
updateAll(Collection<T> entities)
Updates the given entities using a more efficient method to update all of them at once, rather than each at a
time.
|
void updateAll(Collection<T> entities)
entities
- The entities to update.Copyright © 2012. All Rights Reserved.