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, updateModificationData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAll, findAllSorted, findAllSorted, findByClassIds, refresh, remove, replicate, save, saveRaw
public Class getPersistentClass()
ObjectDaoInternal
EntityObject
this Dao works with.getPersistentClass
in interface ObjectDao
getPersistentClass
in interface ObjectDaoInternal
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–2020 Atlassian. All rights reserved.