Uses of Interface
org.hibernate.jdbc.Expectation
-
Packages that use Expectation Package Description org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.jdbc org.hibernate.persister.entity -
-
Uses of Expectation in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi that return Expectation Modifier and Type Method Description ExpectationBatchKey. getExpectation()Get the expectation pertaining to the outcome of theBatchassociated with this key. -
Uses of Expectation in org.hibernate.jdbc
Classes in org.hibernate.jdbc that implement Expectation Modifier and Type Class Description static classExpectations.BasicExpectationstatic classExpectations.BasicParamExpectationFields in org.hibernate.jdbc declared as Expectation Modifier and Type Field Description static ExpectationExpectations. BASICstatic ExpectationExpectations. NONEstatic ExpectationExpectations. PARAMMethods in org.hibernate.jdbc that return Expectation Modifier and Type Method Description static ExpectationExpectations. appropriateExpectation(ExecuteUpdateResultCheckStyle style) -
Uses of Expectation in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type Expectation Modifier and Type Method Description protected booleanAbstractEntityPersister. check(int rows, java.io.Serializable id, int tableNumber, Expectation expectation, java.sql.PreparedStatement statement)
-