Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
Expectations.BasicExpectation |
static class |
Expectations.BasicParamExpectation |
Modifier and Type | Field and Description |
---|---|
static Expectation |
Expectations.BASIC |
static Expectation |
Expectations.NONE |
static Expectation |
Expectations.PARAM |
Modifier and Type | Method and Description |
---|---|
static Expectation |
Expectations.appropriateExpectation(ExecuteUpdateResultCheckStyle style) |
Modifier and Type | Method and Description |
---|---|
void |
NonBatchingBatcher.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())
|
void |
BatchingBatcher.addToBatch(Expectation expectation) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractEntityPersister.check(int rows,
Serializable id,
int tableNumber,
Expectation expectation,
PreparedStatement statement) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved