Activity |
Entity class for storing information about an activity
with activityId as primary key
|
Chat |
Entity class for storing information about a chat
with chatId as primary key
|
Feedback |
Entity class for storing information about a feedback
with feedbackId as primary key
|
Message |
Entity class for storing information about a message
with messageId as primary key
|
Report |
Entity class for storing information about a report
with reportId as primary key
|
User |
Entity class for storing information about a user
with userId as primary key
|
UserSecurityDetails |
Entity class for storing information about authenticated user
UserDetails including userId
|