Package main.repository.user


package main.repository.user
This package contains the repository classes for the user entity.
  • Classes
    Class
    Description
    The CoordinatorRepository class is a repository that stores Coordinator objects through file I/O operations.
    The FacultyRepository class is a repository for storing and managing Supervisor objects in a file through file I/O operations.
    The StudentRepository class is a repository for managing the persistence of student objects through file I/O operations.