public class DenormalisedContentChangeLogDao extends Object
| Constructor and Description |
|---|
DenormalisedContentChangeLogDao(org.hibernate.SessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
List<DenormalisedContentChangeLog> |
findContentChangeLogRecords(int limit)
Retrieves a list of space change log records sorted by id.
|
void |
removeAllContentChangeLogRecords()
Removes all space change log records.
|
void |
removeContentChangeLogRecords(List<DenormalisedContentChangeLog> processedRecords)
Remove space change log records.
|
void |
saveRecord(DenormalisedContentChangeLog log)
Saves a record for testing purpose.
|
public DenormalisedContentChangeLogDao(org.hibernate.SessionFactory sessionFactory)
public List<DenormalisedContentChangeLog> findContentChangeLogRecords(int limit)
limit - - limit of recordspublic void removeContentChangeLogRecords(List<DenormalisedContentChangeLog> processedRecords)
processedRecords - log records to removepublic void removeAllContentChangeLogRecords()
public void saveRecord(DenormalisedContentChangeLog log)
log - content change logCopyright © 2003–2021 Atlassian. All rights reserved.