| Class | Description |
|---|---|
| AbstractEvent |
A Event.
Default entity inheritance style is InheritanceType.TABLE_PER_CLASS since different event types will be structured around date. |
| 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. |
Copyright © 2018. All rights reserved.