HibernateJournalDao.@Deprecated public class HibernateIndexQueueEntryDao extends HibernateObjectDao implements IndexQueueEntryDao
HibernateObjectDao.Cacheability| Constructor and Description |
|---|
HibernateIndexQueueEntryDao()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll()
Deprecated.
Remove all entries from the queue.
|
void |
deleteAllBefore(Date since)
Deprecated.
Remove all entries from the queue that where created before the specified date.
|
List<IndexQueueEntry> |
getNewEntries(Date since)
Deprecated.
|
int |
getNewEntryCount(Date since)
Deprecated.
|
Class |
getPersistentClass()
Deprecated.
Gets the type of
EntityObject this Dao works with. |
void |
saveOrUpdate(IndexQueueEntry entry)
Deprecated.
|
applyTransactionTimeout, applyTransactionTimeout, checkDaoConfig, createHibernateTemplate, findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getByClassId, getCountResult, getHibernateTemplate, getSession, getSessionFactory, index, indexEntity, refresh, refreshEntity, reIndex, reIndexEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity, setEventPublisher, setHibernateTemplate, setIndexer, setSessionFactory, unIndex, unIndexEntity, uniqueResult, updateEntityModificationData, updateModificationDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAll, findAllSorted, findAllSorted, findByClassIds, refresh, remove, replicate, save, saveRawpublic Class getPersistentClass()
ObjectDaoInternalEntityObject this Dao works with.getPersistentClass in interface ObjectDaogetPersistentClass in interface ObjectDaoInternalpublic 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–2021 Atlassian. All rights reserved.