public class HibernateEntityObjectQueue extends java.lang.Object implements EntityObjectQueue
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Category |
log |
| Constructor and Description |
|---|
HibernateEntityObjectQueue(java.util.List handles,
org.hibernate.SessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCaches()
Clear any underlying caches that might be kept as the queue is run through.
|
void |
close()
Release all resources (i.e.
|
java.util.List |
getNextObjects()
Get a collection of the next "group" of objects from the queue.
|
public HibernateEntityObjectQueue(java.util.List handles,
org.hibernate.SessionFactory sessionFactory)
throws org.hibernate.HibernateException
org.hibernate.HibernateExceptionpublic java.util.List getNextObjects()
EntityObjectQueuegetNextObjects in interface EntityObjectQueuepublic void clearCaches()
EntityObjectQueueclearCaches in interface EntityObjectQueuepublic void close()
EntityObjectQueueclose in interface EntityObjectQueueCopyright © 2014 Atlassian. All Rights Reserved.