Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • org.example.crmedu.domain.service.auth.EmailService
  • org.example.crmedu.application.mapping.JwtDTOMapper
  • org.example.crmedu.domain.service.jwt.JwtService
  • org.example.crmedu.application.mapping.OrganizationDTOMapper
  • org.example.crmedu.infrastructure.mapping.OrganizationEntityMapper
  • org.example.crmedu.domain.repository.OrganizationRepository
  • org.example.crmedu.domain.service.organization.OrganizationService
  • org.example.crmedu.domain.service.jwt.PasswordEncode
  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.organization.DataOrganizationRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.subject.DataSubjectRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.tutor.DataTutorRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.user.DataUserRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • org.example.crmedu.infrastructure.repository.student.DataStudentRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.schedule.DataTutorScheduleRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • org.springframework.data.repository.ListCrudRepository<T,ID>
        • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
          • org.example.crmedu.infrastructure.repository.organization.DataOrganizationRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
          • org.example.crmedu.infrastructure.repository.subject.DataSubjectRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
          • org.example.crmedu.infrastructure.repository.tutor.DataTutorRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
          • org.example.crmedu.infrastructure.repository.user.DataUserRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
    • org.springframework.data.repository.PagingAndSortingRepository<T,ID>
      • org.example.crmedu.infrastructure.repository.organization.DataOrganizationRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.student.DataStudentRepository (also extends org.springframework.data.repository.CrudRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.subject.DataSubjectRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.tutor.DataTutorRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.schedule.DataTutorScheduleRepository (also extends org.springframework.data.repository.CrudRepository<T,ID>)
      • org.example.crmedu.infrastructure.repository.user.DataUserRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
      • org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
        • org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
          • org.example.crmedu.infrastructure.repository.organization.DataOrganizationRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
          • org.example.crmedu.infrastructure.repository.subject.DataSubjectRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
          • org.example.crmedu.infrastructure.repository.tutor.DataTutorRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
          • org.example.crmedu.infrastructure.repository.user.DataUserRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
  • org.example.crmedu.application.mapping.StudentDTOMapper
  • org.example.crmedu.infrastructure.mapping.StudentEntityMapper
  • org.example.crmedu.domain.repository.StudentRepository
  • org.example.crmedu.domain.service.student.StudentService
  • org.example.crmedu.application.mapping.SubjectDTOMapper
  • org.example.crmedu.infrastructure.mapping.SubjectEntityMapper
  • org.example.crmedu.domain.repository.SubjectRepository
  • org.example.crmedu.domain.service.subject.SubjectService
  • org.example.crmedu.application.mapping.TutorDTOMapper
  • org.example.crmedu.infrastructure.mapping.TutorEntityMapper
  • org.example.crmedu.domain.repository.TutorRepository
  • org.example.crmedu.application.mapping.TutorScheduleDTOMapper
  • org.example.crmedu.infrastructure.mapping.TutorScheduleEntityMapper
  • org.example.crmedu.domain.repository.TutorScheduleRepository
  • org.example.crmedu.domain.service.schedule.TutorScheduleService
  • org.example.crmedu.domain.service.tutor.TutorService
  • org.example.crmedu.application.mapping.UserDTOMapper
  • org.example.crmedu.infrastructure.mapping.UserEntityMapper
  • org.example.crmedu.domain.repository.UserRepository
  • org.example.crmedu.domain.service.user.UserService
  • org.example.crmedu.domain.service.auth.VerificationTokenService

Enum Class Hierarchy