| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expectation | |
|---|---|
| org.hibernate.jdbc | This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. | 
| org.hibernate.persister.entity | This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. | 
| Uses of Expectation in org.hibernate.jdbc | 
|---|
| Classes in org.hibernate.jdbc that implement Expectation | |
|---|---|
| static class | Expectations.BasicExpectation | 
| static class | Expectations.BasicParamExpectation | 
| Fields in org.hibernate.jdbc declared as Expectation | |
|---|---|
| static Expectation | Expectations.BASIC | 
| static Expectation | Expectations.NONE | 
| static Expectation | Expectations.PARAM | 
| Methods in org.hibernate.jdbc that return Expectation | |
|---|---|
| static Expectation | Expectations.appropriateExpectation(ExecuteUpdateResultCheckStyle style) | 
| Methods in org.hibernate.jdbc with parameters of type Expectation | |
|---|---|
|  void | NonBatchingBatcher.addToBatch(Expectation expectation) | 
|  void | BatchingBatcher.addToBatch(Expectation expectation) | 
|  void | Batcher.addToBatch(Expectation expectation)Add an insert / delete / update to the current batch (might be called multiple times for single prepareBatchStatement()) | 
| Uses of Expectation in org.hibernate.persister.entity | 
|---|
| Methods in org.hibernate.persister.entity with parameters of type Expectation | |
|---|---|
| protected  boolean | AbstractEntityPersister.check(int rows,
      Serializable id,
      int tableNumber,
      Expectation expectation,
      PreparedStatement statement) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||