Package org.example.crmedu.domain.model


package org.example.crmedu.domain.model
This package contains all models used in the business logic of the application.

The Link class is used for managing links within the system. The Organization class represents an educational organization. The Page class provides a structure for handling paginated data. The Student, Subject, Tutor, and User classes represent core entities of the system. The TutorSchedule class defines the scheduling details for tutors.

  • Classes
    Class
    Description
    A class representing a structure of Jwt object for specific user.
    A class representing a link entity that contains information about site name and its link.
    A class representing an organization entity.
    Page<T>
    A class representing a paginated response.
    A class representing a student entity.
    A class representing a subject entity.
    A class representing a tutor entity.
    A class representing a tutor schedule entity.
    A class representing user entity.