Interface AuditTrailDao

    • Method Detail

      • removeByIds

        int removeByIds​(Collection<Long> ids)
        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