Package | Description |
---|---|
com.neurosys.events.dao | |
com.neurosys.events.dao.jpa | |
com.neurosys.events.domain | |
com.neurosys.events.service | |
com.neurosys.events.service.jaxrs |
Modifier and Type | Interface and Description |
---|---|
interface |
EventsDao<E extends AbstractEvent>
Data access methods for
EventsDao |
Modifier and Type | Class and Description |
---|---|
class |
EventsDaoImpl<E extends AbstractEvent>
|
Modifier and Type | Class and Description |
---|---|
class |
Event
A Default Event Type
The default type entity uses a InheritanceType.SINGLE_TABLE , however any project using multiple type of events should consider extending directly from AbstractEvent
and using InheritanceType.TABLE_PER_CLASS since different event types will be structured around date and it will be more efficient. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventsService<E extends AbstractEvent>
Default
EventsService |
interface |
EventsService<E extends AbstractEvent>
Service for
Event s |
Modifier and Type | Class and Description |
---|---|
class |
EventsQueryService<E extends AbstractEvent>
Query the amorphous database
|
class |
EventsUpdateService<E extends AbstractEvent>
Update the amorphous database
|
interface |
IEventsQueryService<E extends AbstractEvent>
Query the events via Web Service
|
Copyright © 2018. All rights reserved.