public interface StorageDao
Modifier and Type | Method and Description |
---|---|
void |
cleanupArchive() |
void |
dispose() |
Event |
loadEvent(UUID id) |
ResultSet |
queryEvents(Filter filter) |
void |
storeEvent(Event event) |
boolean |
toEventList(ResultSet rs,
Collection<Event> events,
boolean isBeforeFirst,
long count) |
void |
updateComment(UUID id,
String comment) |
Event loadEvent(UUID id) throws SQLException
SQLException
ResultSet queryEvents(Filter filter) throws SQLException, NotSupportedException
SQLException
NotSupportedException
boolean toEventList(ResultSet rs, Collection<Event> events, boolean isBeforeFirst, long count) throws SQLException
SQLException
void dispose()
void cleanupArchive()