Package | Description |
---|---|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.envers.entities.mapper.relation.lazy | |
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.jdbc |
This package abstracts the mechanism for dispatching SQL statements
to the database, and implements interaction with JDBC.
|
Modifier and Type | Method and Description |
---|---|
Batcher |
SessionImplementor.getBatcher()
Get the prepared statement Batcher for this session
|
Modifier and Type | Method and Description |
---|---|
Batcher |
AbstractDelegateSessionImplementor.getBatcher() |
Modifier and Type | Method and Description |
---|---|
Batcher |
StatelessSessionImpl.getBatcher() |
Batcher |
SessionImpl.getBatcher() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBatcher
Manages prepared statements and batching.
|
class |
BatchingBatcher
An implementation of the Batcher interface that
actually uses batching
|
class |
NonBatchingBatcher
An implementation of the Batcher interface that does no batching
|
Modifier and Type | Method and Description |
---|---|
Batcher |
NonBatchingBatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
Batcher |
BatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
Batcher |
BatchingBatcherFactory.createBatcher(ConnectionManager connectionManager,
Interceptor interceptor) |
Batcher |
ConnectionManager.getBatcher()
The batcher managed by this ConnectionManager.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved