|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatcherFactory | |
org.hibernate.cfg | |
org.hibernate.impl | |
org.hibernate.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 |