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) |
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, index, refresh, reIndex, remove, replicate, save, saveRaw, setIndexer, unIndex, uniqueResult, updateModificationDatacheckDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAll, findAllSorted, findAllSorted, findByClassIds, refresh, remove, replicate, save, saveRaw@Deprecated public static final org.apache.log4j.Category LOG
public Class getPersistentClass()
getPersistentClass in interface ObjectDaopublic void saveOrUpdate(IndexQueueEntry entry)
saveOrUpdate in interface IndexQueueEntryDaopublic List<IndexQueueEntry> getNewEntries(Date since)
getNewEntries in interface IndexQueueEntryDaopublic int getNewEntryCount(Date since)
getNewEntryCount in interface IndexQueueEntryDaopublic void deleteAllBefore(Date since)
IndexQueueEntryDaodeleteAllBefore in interface IndexQueueEntryDaopublic void deleteAll()
IndexQueueEntryDaodeleteAll in interface IndexQueueEntryDaoCopyright © 2003–2017 Atlassian. All rights reserved.