public class HibernateIndexQueueEntryDao extends HibernateObjectDao implements IndexQueueEntryDao
HibernateObjectDao.Cacheability
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Category |
LOG
Deprecated.
since 3.1 should not be using public loggers, plus use of Category is deprecated
|
NON_CACHEABLE
Constructor and Description |
---|
HibernateIndexQueueEntryDao() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAll()
Remove all entries from the queue.
|
void |
deleteAllBefore(Date since)
Remove all entries from the queue that where created before the specified date.
|
List<IndexQueueEntry> |
getNewEntries(Date since) |
int |
getNewEntryCount(Date since) |
Class |
getPersistentClass() |
void |
saveOrUpdate(IndexQueueEntry entry) |
applyTransactionTimeout, applyTransactionTimeout, checkDaoConfig, createHibernateTemplate, findAll, findAllSorted, findAllSorted, findByClassIds, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getByClassId, getCountResult, getHibernateTemplate, getSession, getSessionFactory, index, refresh, reIndex, remove, replicate, save, saveRaw, setHibernateTemplate, setIndexer, setSessionFactory, unIndex, uniqueResult, updateModificationData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAll, findAllSorted, findAllSorted, findByClassIds, refresh, remove, replicate, save, saveRaw
@Deprecated public static final org.apache.log4j.Category LOG
public Class getPersistentClass()
getPersistentClass
in interface ObjectDao
public void saveOrUpdate(IndexQueueEntry entry)
saveOrUpdate
in interface IndexQueueEntryDao
public List<IndexQueueEntry> getNewEntries(Date since)
getNewEntries
in interface IndexQueueEntryDao
public int getNewEntryCount(Date since)
getNewEntryCount
in interface IndexQueueEntryDao
public void deleteAllBefore(Date since)
IndexQueueEntryDao
deleteAllBefore
in interface IndexQueueEntryDao
public void deleteAll()
IndexQueueEntryDao
deleteAll
in interface IndexQueueEntryDao
Copyright © 2003–2017 Atlassian. All rights reserved.