Interface UpdateCountOutput

All Superinterfaces:
Output

public interface UpdateCountOutput extends Output
Models a return that is an update count (count of rows affected)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Retrieve the associated update count

    Methods inherited from interface org.hibernate.result.Output

    isResultSet
  • Method Details

    • getUpdateCount

      int getUpdateCount()
      Retrieve the associated update count
      Returns:
      The update count