Class Expectations.BasicExpectation

java.lang.Object
org.hibernate.jdbc.Expectation.RowCount
org.hibernate.jdbc.Expectations.BasicExpectation
All Implemented Interfaces:
Expectation
Enclosing class:
Expectations

@Deprecated(since="6.5") public static class Expectations.BasicExpectation extends Expectation.RowCount
Deprecated.
Use Expectation.RowCount, creating a custom subclass if necessary
  • Constructor Details

    • BasicExpectation

      protected BasicExpectation(int expectedRowCount)
      Deprecated.
  • Method Details