Package com.markvarga21.studentmanager.entity


package com.markvarga21.studentmanager.entity
This package contains the entities of the application.
  • Class
    Description
    The AppUser class is used to represent the user entity.
    A class for storing the facial validation data.
    An enum representing the student's gender.
    An entity class which is used to store the data extracted from the passport.
    A report entity which is used to store reports.
    Represents a student entity in the application.
    The entity for the student app user used, which manages the relationship between the student's user profile and their already submitted data.
    Represents the images of students.
    Represents a token in the application with some useful metainformation.