Interface AuditTrailDao
- All Superinterfaces:
BaseDao<AuditTrail>
- All Known Implementing Classes:
AuditTrailDaoImpl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintremoveByIds(Collection<Long> ids) Remove the given audit trails by IDs.
-
Method Details
-
removeByIds
Remove the given audit trails by IDs.This is more efficient than using
BaseDao.remove(Collection)because batch operations are performed without retrieving entities.- Returns:
- number of entities removed
-