Package org.example.crmedu.infrastructure.mapping


package org.example.crmedu.infrastructure.mapping
This package contains mapping classes responsible for transforming one type of object to another, typically between domain objects and data entities (and vice versa).

The OrganizationEntityMapper, StudentEntityMapper, SubjectEntityMapper, TutorEntityMapper, TutorScheduleEntityMapper, and UserEntityMapper handle the conversion between domain models and their corresponding database entities.

  • Interfaces
    Class
    Description
    A mapper interface for converting between Organization domain model and Organization JPA-entity.
    A mapper interface for converting between Student domain model and Student JPA-entity.
    A mapper interface for converting between Subject domain model and Subject JPA-entity.
    A mapper interface for converting between Tutor domain model and Tutor JPA-entity.
    A mapper interface for converting between Tutor schedule domain model and Tutor schedule JPA-entity.
    A mapper interface for converting between User domain model and User JPA-entity.