Package org.example.crmedu.domain.repository
package org.example.crmedu.domain.repository
This package contains repository interfaces that define contracts for accessing domain models and performing data persistence operations.
The OrganizationRepository
, StudentRepository
, SubjectRepository
, TutorRepository
, TutorScheduleRepository
, and
UserRepository
interfaces provide methods for interacting with the database and handling CRUD operations for their respective entities.
-
InterfacesClassDescriptionRepository class for managing
Organization
entities.Repository interface for managingStudent
entities.Repository interface for managingSubject
entities.Repository interface for managingTutor
entities.Repository interface for managingTutorSchedule
entities.Repository interface for managingUser
entities.