All Superinterfaces:
BaseDao<AuditTrail>
All Known Implementing Classes:
AuditTrailDaoImpl

public interface AuditTrailDao extends BaseDao<AuditTrail>
See Also:
  • Method Details

    • 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