public class DenormalisedChangeLogDao extends Object
Constructor and Description |
---|
DenormalisedChangeLogDao(org.hibernate.SessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
void |
addMessage(StateChangeInformation.MessageLevel level,
String message) |
Object |
clearHistory() |
List<DenormalisedServiceStateChangeLog> |
getLastRecords(int limit) |
public DenormalisedChangeLogDao(org.hibernate.SessionFactory sessionFactory)
public List<DenormalisedServiceStateChangeLog> getLastRecords(int limit)
public Object clearHistory()
public void addMessage(StateChangeInformation.MessageLevel level, String message)
Copyright © 2003–2021 Atlassian. All rights reserved.