|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expectation | |
|---|---|
| org.hibernate.engine.jdbc.batch.internal | |
| org.hibernate.engine.jdbc.batch.spi | |
| org.hibernate.jdbc |
Essentially defines Work, ReturningWork and
Expectation as well as some exceptions |
| org.hibernate.persister.entity | This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. |
| Uses of Expectation in org.hibernate.engine.jdbc.batch.internal |
|---|
| Methods in org.hibernate.engine.jdbc.batch.internal that return Expectation | |
|---|---|
Expectation |
BasicBatchKey.getExpectation()
|
| Constructors in org.hibernate.engine.jdbc.batch.internal with parameters of type Expectation | |
|---|---|
BasicBatchKey(String comparison,
Expectation expectation)
|
|
| Uses of Expectation in org.hibernate.engine.jdbc.batch.spi |
|---|
| Methods in org.hibernate.engine.jdbc.batch.spi that return Expectation | |
|---|---|
Expectation |
BatchKey.getExpectation()
Get the expectation pertaining to the outcome of the Batch associated with this key. |
| 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)
|
| 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 | |||||||||