Package io.ran

Interface CrudRepository.CrudUpdateResult

Enclosing interface:
CrudRepository<T,K>

public static interface CrudRepository.CrudUpdateResult
Represents a result of an update.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • affectedRows

      int affectedRows()
      Returns:
      the number of rows affected by the update