Package | Description |
---|---|
com.neurosys.events.dao.jpa | |
com.neurosys.events.service |
Modifier and Type | Class and Description |
---|---|
class |
EventsDaoImpl<E extends AbstractEvent>
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventsService<E extends AbstractEvent>
Service for
Event s |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventsService<E extends AbstractEvent>
Default
EventsService |
Modifier and Type | Field and Description |
---|---|
protected EventsDao<E> |
DefaultEventsService.dao |
Modifier and Type | Method and Description |
---|---|
<ED extends EventsDao<E>> |
DefaultEventsService.getDao() |
<ED extends EventsDao<E>> |
EventsService.getDao() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultEventsService.setDao(EventsDao<E> dao) |
void |
EventsService.setDao(EventsDao<E> dao) |
Copyright © 2018. All rights reserved.