Hierarchy For All Packages
Package Hierarchies:- com.calumma.backend,
- com.calumma.backend.exception,
- com.calumma.backend.model.entity,
- com.calumma.backend.model.request,
- com.calumma.backend.web.controller,
- com.calumma.backend.web.repository,
- com.calumma.backend.web.repository.core,
- com.calumma.backend.web.repository.core.aggregation,
- com.calumma.backend.web.repository.core.projections,
- com.calumma.backend.web.repository.core.restrictions,
- com.calumma.backend.web.repository.core.symbol,
- com.calumma.backend.web.service
Class Hierarchy
- java.lang.Object
- com.calumma.backend.web.controller.BaseController<Entity,T>
- com.calumma.backend.web.service.BaseService<Entity,T>
- com.calumma.backend.model.entity.CalummaEntity
- com.calumma.backend.model.request.ClientRequest
- com.calumma.backend.model.request.ClientSearchCriteria
- com.calumma.backend.web.repository.core.aggregation.CoreEntityGrouper<Entity>
- com.calumma.backend.web.repository.core.aggregation.CoreEntityHaving<Entity>
- com.calumma.backend.web.repository.core.projections.CoreEntityProjection<Entity>
- com.calumma.backend.web.repository.core.projections.CoreEntityProjectionBuilder<Entity>
- com.calumma.backend.web.repository.core.restrictions.CoreEntitySpecification<Entity> (implements org.springframework.data.jpa.domain.Specification<T>)
- com.calumma.backend.web.repository.core.restrictions.CoreEntitySpecificationBuilder<Entity>
- com.calumma.backend.exception.CustomCalummaExceptionHandler
- com.calumma.backend.web.repository.core.DynamicQueryRepository<Entity>
- com.calumma.backend.web.repository.core.symbol.FieldParser
- com.calumma.backend.web.repository.core.symbol.ParsedField
- com.calumma.backend.model.request.ParsedRequest
- com.calumma.backend.web.repository.core.symbol.ProjectionField
- com.calumma.backend.model.request.RequestError
- com.calumma.backend.model.request.RequestQueryConfig
- com.calumma.backend.model.request.RequestQueryConfigBuilder
- com.calumma.backend.web.repository.core.symbol.ResponseParser
- com.calumma.backend.web.repository.core.symbol.SearchCriteria<T>
- org.springframework.boot.web.servlet.support.SpringBootServletInitializer (implements org.springframework.web.WebApplicationInitializer)
- com.calumma.backend.CalummaBackendApplication
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- com.calumma.backend.exception.BadRequestException
- com.calumma.backend.exception.ForbiddenException
- com.calumma.backend.exception.NotAcceptableParametersException
- com.calumma.backend.exception.UnauthorizedException
- java.lang.Exception
Interface Hierarchy
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- com.calumma.backend.web.repository.BaseRepository<Entity,T> (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- com.calumma.backend.web.repository.BaseRepository<Entity,T> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- com.calumma.backend.web.repository.BaseRepository<Entity,T> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.calumma.backend.web.repository.core.symbol.ProjectionType
- com.calumma.backend.web.repository.core.symbol.SearchOperation
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)