Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
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 |
---|---|
protected BatcherFactory |
SettingsFactory.createBatcherFactory(Properties properties,
int batchSize) |
BatcherFactory |
Settings.getBatcherFactory() |
Modifier and Type | Method and Description |
---|---|
BatcherFactory |
SessionFactoryImpl.getBatcherFactory() |
Modifier and Type | Class and Description |
---|---|
class |
BatchingBatcherFactory
A BatcherFactory implementation which constructs Batcher instances
capable of actually performing batch operations.
|
class |
NonBatchingBatcherFactory
A BatcherFactory implementation which constructs Batcher instances
that do not perform batch operations.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved