Package org.hibernate.result

Interface UpdateCountOutput

  • All Superinterfaces:
    Output

    public interfaceUpdateCountOutputextendsOutput
    Models a return that is an update count (count of rows affected)
    • Method Detail

      • getUpdateCount

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