public class HibernateEntityObjectQueue extends Object implements EntityObjectQueue
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log
Deprecated.
since 3.1. Create your own private logger instead.
|
Constructor and Description |
---|
HibernateEntityObjectQueue(List handles,
net.sf.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.
|
List |
getNextObjects()
Get a collection of the next "group" of objects from the queue.
|
@Deprecated public static final org.apache.log4j.Logger log
public HibernateEntityObjectQueue(List handles, net.sf.hibernate.SessionFactory sessionFactory) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
public List getNextObjects()
EntityObjectQueue
getNextObjects
in interface EntityObjectQueue
public void clearCaches()
EntityObjectQueue
clearCaches
in interface EntityObjectQueue
public void close()
EntityObjectQueue
close
in interface EntityObjectQueue
Copyright © 2003–2017 Atlassian. All rights reserved.