Hierarchy For All Packages
- com.example.springrest,
- com.example.springrest.config,
- com.example.springrest.controllers,
- com.example.springrest.dto,
- com.example.springrest.exceptions,
- com.example.springrest.mappers,
- com.example.springrest.models,
- com.example.springrest.repositories,
- com.example.springrest.services
Class Hierarchy
- java.lang.Object
- com.example.springrest.config.CorsConfig
- com.example.springrest.exceptions.GlobalExceptionHandler
- com.example.springrest.models.Product
- com.example.springrest.controllers.ProductController
- com.example.springrest.services.ProductService
- com.example.springrest.SpringRestApplication
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.example.springrest.exceptions.ResourceNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- com.example.springrest.mappers.ProductMapper
- 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.example.springrest.repositories.ProductRepo
- 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.example.springrest.repositories.ProductRepo
- 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.example.springrest.repositories.ProductRepo
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- com.example.springrest.dto.ProductRequest
- com.example.springrest.dto.ProductResponse
- java.lang.Record