public abstract class BatchPersister extends Object implements Runnable
| Constructor and Description |
|---|
BatchPersister(org.hibernate.SessionFactory fac) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToQueue(Object[] obj) |
abstract void |
persist(Object[] obj,
org.hibernate.Session sess)
Called from inside an open transaction.
|
void |
run() |
Copyright © 2016 LSST. All rights reserved.