Hierarchy For All Packages
- com.medilabo.solutions.patient,
- com.medilabo.solutions.patient.controller,
- com.medilabo.solutions.patient.dto,
- com.medilabo.solutions.patient.exception,
- com.medilabo.solutions.patient.mapper,
- com.medilabo.solutions.patient.model,
- com.medilabo.solutions.patient.repository,
- com.medilabo.solutions.patient.service
Class Hierarchy
- java.lang.Object
- com.medilabo.solutions.patient.exception.GlobalExceptionHandler
- com.medilabo.solutions.patient.exception.GlobalExceptionHandler.ErrorResponse
- com.medilabo.solutions.patient.model.Patient
- com.medilabo.solutions.patient.PatientApplication
- com.medilabo.solutions.patient.controller.PatientController
- com.medilabo.solutions.patient.dto.PatientDto
- com.medilabo.solutions.patient.mapper.PatientMapperImpl (implements com.medilabo.solutions.patient.mapper.PatientMapper)
- com.medilabo.solutions.patient.service.PatientService (implements com.medilabo.solutions.patient.service.CrudService<T>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.medilabo.solutions.patient.exception.ResourceNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- com.medilabo.solutions.patient.service.CrudService<T>
- com.medilabo.solutions.patient.mapper.PatientMapper
- 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>) - com.medilabo.solutions.patient.repository.PatientRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<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>) - com.medilabo.solutions.patient.repository.PatientRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListCrudRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<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>) - com.medilabo.solutions.patient.repository.PatientRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,