Package | Description |
---|---|
org.hibernate.engine.jdbc.batch.internal |
Internals for JDBC batching support.
|
org.hibernate.engine.jdbc.batch.spi |
Defines contracts for JDBC batching support.
|
org.hibernate.jdbc | |
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Modifier and Type | Method and Description |
---|---|
Expectation |
BasicBatchKey.getExpectation() |
Constructor and Description |
---|
BasicBatchKey(String comparison,
Expectation expectation)
Constructs a BasicBatchKey
|
Modifier and Type | Method and Description |
---|---|
Expectation |
BatchKey.getExpectation()
Get the expectation pertaining to the outcome of the
Batch associated with this key. |
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 |
---|---|
protected boolean |
AbstractEntityPersister.check(int rows,
Serializable id,
int tableNumber,
Expectation expectation,
PreparedStatement statement) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.