Package org.example.crmedu.infrastructure.entity


package org.example.crmedu.infrastructure.entity
This package contains JPA entities used for data persistence in the CRM system.

The OrganizationEntity, StudentEntity, SubjectEntity, TutorEntity, TutorScheduleEntity, and UserEntity represent the main domain entities of the system. These entities are mapped to the database and are used for performing CRUD operations through JPA repositories.