|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventRepository
The Interface EventRepository for storing and accessing events in database.
| Method Summary | |
|---|---|
Event |
readEvent(long id)
Read event from database. |
void |
writeEvent(Event event)
Write event to database. |
| Method Detail |
|---|
void writeEvent(Event event)
event - the eventEvent readEvent(long id)
id - the event id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||