Package io.ran
Interface CrudRepository.CrudUpdateResult
- Enclosing interface:
 - CrudRepository<T,
K>  
public static interface CrudRepository.CrudUpdateResult
Represents a result of an update.
- 
Method Summary
 
- 
Method Details
- 
affectedRows
int affectedRows()- Returns:
 - the number of rows affected by the update
 
 
 -