|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatcherFactory | |
---|---|
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. |
Uses of BatcherFactory in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg that return BatcherFactory | |
---|---|
protected BatcherFactory |
SettingsFactory.createBatcherFactory(Properties properties,
int batchSize)
|
BatcherFactory |
Settings.getBatcherFactory()
|
Uses of BatcherFactory in org.hibernate.impl |
---|
Methods in org.hibernate.impl that return BatcherFactory | |
---|---|
BatcherFactory |
SessionFactoryImpl.getBatcherFactory()
|
Uses of BatcherFactory in org.hibernate.jdbc |
---|
Classes in org.hibernate.jdbc that implement BatcherFactory | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |