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.
-
ClassesClassDescriptionJPA-entity representing an organization.JPA-entity representing a Student.JPA-entity representing a Subject.JPA-entity representing a Tutor.JPA-entity representing a tutor schedule.JPA-repository representing an User