Hierarchy For All Packages
Package Hierarchies:- edu.ntnu.idatt2106_2023_06.backend,
- edu.ntnu.idatt2106_2023_06.backend.config,
- edu.ntnu.idatt2106_2023_06.backend.controller,
- edu.ntnu.idatt2106_2023_06.backend.dto.fridge,
- edu.ntnu.idatt2106_2023_06.backend.dto.items,
- edu.ntnu.idatt2106_2023_06.backend.dto.items.fridge_items,
- edu.ntnu.idatt2106_2023_06.backend.dto.items.shopping_list,
- edu.ntnu.idatt2106_2023_06.backend.dto.notification,
- edu.ntnu.idatt2106_2023_06.backend.dto.recipe,
- edu.ntnu.idatt2106_2023_06.backend.dto.security,
- edu.ntnu.idatt2106_2023_06.backend.dto.stat,
- edu.ntnu.idatt2106_2023_06.backend.dto.users,
- edu.ntnu.idatt2106_2023_06.backend.exception,
- edu.ntnu.idatt2106_2023_06.backend.exception.exists,
- edu.ntnu.idatt2106_2023_06.backend.exception.illegal,
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found,
- edu.ntnu.idatt2106_2023_06.backend.filter,
- edu.ntnu.idatt2106_2023_06.backend.mapper,
- edu.ntnu.idatt2106_2023_06.backend.mapper.recipe,
- edu.ntnu.idatt2106_2023_06.backend.metamodel,
- edu.ntnu.idatt2106_2023_06.backend.model.fridge,
- edu.ntnu.idatt2106_2023_06.backend.model.items,
- edu.ntnu.idatt2106_2023_06.backend.model.notification,
- edu.ntnu.idatt2106_2023_06.backend.model.recipe,
- edu.ntnu.idatt2106_2023_06.backend.model.stats,
- edu.ntnu.idatt2106_2023_06.backend.model.users,
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge,
- edu.ntnu.idatt2106_2023_06.backend.repo.item,
- edu.ntnu.idatt2106_2023_06.backend.repo.notification,
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe,
- edu.ntnu.idatt2106_2023_06.backend.repo.stat,
- edu.ntnu.idatt2106_2023_06.backend.repo.store,
- edu.ntnu.idatt2106_2023_06.backend.repo.users,
- edu.ntnu.idatt2106_2023_06.backend.service.apiKey,
- edu.ntnu.idatt2106_2023_06.backend.service.files,
- edu.ntnu.idatt2106_2023_06.backend.service.fridge,
- edu.ntnu.idatt2106_2023_06.backend.service.items,
- edu.ntnu.idatt2106_2023_06.backend.service.notification,
- edu.ntnu.idatt2106_2023_06.backend.service.security,
- edu.ntnu.idatt2106_2023_06.backend.service.stat,
- edu.ntnu.idatt2106_2023_06.backend.service.users,
- edu.ntnu.idatt2106_2023_06.backend.sortAndFilter,
- edu.ntnu.idatt2106_2023_06.backend.utils
Class Hierarchy
- java.lang.Object
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.Allergen
- edu.ntnu.idatt2106_2023_06.backend.config.ApiKeyConfig
- edu.ntnu.idatt2106_2023_06.backend.controller.ApiKeyController
- edu.ntnu.idatt2106_2023_06.backend.service.apiKey.ApiKeyService (implements edu.ntnu.idatt2106_2023_06.backend.service.apiKey.IApiKeyService)
- edu.ntnu.idatt2106_2023_06.backend.config.ApplicationConfig
- edu.ntnu.idatt2106_2023_06.backend.service.security.AuthenticationService (implements edu.ntnu.idatt2106_2023_06.backend.service.security.IAuthenticationService)
- edu.ntnu.idatt2106_2023_06.backend.BackendApplication
- edu.ntnu.idatt2106_2023_06.backend.config.DatabaseConfig
- edu.ntnu.idatt2106_2023_06.backend.service.users.EmailService (implements edu.ntnu.idatt2106_2023_06.backend.service.users.IEmailService)
- edu.ntnu.idatt2106_2023_06.backend.service.files.FileStorageService (implements edu.ntnu.idatt2106_2023_06.backend.service.files.IFileStorageService)
- edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.FilterRequest (implements java.io.Serializable)
- edu.ntnu.idatt2106_2023_06.backend.model.fridge.Fridge
- edu.ntnu.idatt2106_2023_06.backend.controller.FridgeController
- edu.ntnu.idatt2106_2023_06.backend.mapper.FridgeItemMapper
- edu.ntnu.idatt2106_2023_06.backend.model.fridge.FridgeItems
- edu.ntnu.idatt2106_2023_06.backend.controller.FridgeItemsController (implements edu.ntnu.idatt2106_2023_06.backend.controller.IFridgeItemsController)
- edu.ntnu.idatt2106_2023_06.backend.model.fridge.FridgeItemsId (implements java.io.Serializable)
- edu.ntnu.idatt2106_2023_06.backend.mapper.FridgeMapper
- edu.ntnu.idatt2106_2023_06.backend.model.fridge.FridgeMember
- edu.ntnu.idatt2106_2023_06.backend.model.fridge.FridgeMemberId (implements java.io.Serializable)
- edu.ntnu.idatt2106_2023_06.backend.mapper.FridgeMemberMapper
- edu.ntnu.idatt2106_2023_06.backend.service.fridge.FridgeService (implements edu.ntnu.idatt2106_2023_06.backend.service.fridge.IFridgeService)
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- edu.ntnu.idatt2106_2023_06.backend.filter.JwtAuthenticationFilter
- org.springframework.web.filter.OncePerRequestFilter
- edu.ntnu.idatt2106_2023_06.backend.mapper.recipe.InstructionMapper
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.Instructions
- edu.ntnu.idatt2106_2023_06.backend.model.items.Item
- edu.ntnu.idatt2106_2023_06.backend.metamodel.Item_
- edu.ntnu.idatt2106_2023_06.backend.controller.ItemController (implements edu.ntnu.idatt2106_2023_06.backend.controller.IItemController)
- edu.ntnu.idatt2106_2023_06.backend.mapper.ItemMapper
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.ItemRecipeScore
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.ItemRecipeScoreId (implements java.io.Serializable)
- edu.ntnu.idatt2106_2023_06.backend.mapper.recipe.ItemRecipeScoreMapper
- edu.ntnu.idatt2106_2023_06.backend.service.items.ItemRecipeScoreService
- edu.ntnu.idatt2106_2023_06.backend.service.items.ItemService (implements edu.ntnu.idatt2106_2023_06.backend.service.items.IItemService)
- edu.ntnu.idatt2106_2023_06.backend.service.security.JwtService
- edu.ntnu.idatt2106_2023_06.backend.config.MailConfig
- edu.ntnu.idatt2106_2023_06.backend.model.notification.Notification
- edu.ntnu.idatt2106_2023_06.backend.controller.NotificationController
- edu.ntnu.idatt2106_2023_06.backend.mapper.NotificationMapper
- edu.ntnu.idatt2106_2023_06.backend.service.notification.NotificationService (implements edu.ntnu.idatt2106_2023_06.backend.service.notification.INotificationService)
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.Recipe
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeAllergen
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeAllergenId (implements java.io.Serializable)
- edu.ntnu.idatt2106_2023_06.backend.mapper.recipe.RecipeAllergenMapper
- edu.ntnu.idatt2106_2023_06.backend.controller.RecipeController
- edu.ntnu.idatt2106_2023_06.backend.dto.recipe.RecipeItemDTO
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeItemId (implements java.io.Serializable)
- edu.ntnu.idatt2106_2023_06.backend.mapper.recipe.RecipeItemMapper
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeItems
- edu.ntnu.idatt2106_2023_06.backend.dto.recipe.RecipeLoadDTO
- edu.ntnu.idatt2106_2023_06.backend.mapper.recipe.RecipeMapper
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipePart
- edu.ntnu.idatt2106_2023_06.backend.mapper.recipe.RecipePartMapper
- edu.ntnu.idatt2106_2023_06.backend.utils.RecipeScraper
- edu.ntnu.idatt2106_2023_06.backend.service.items.RecipeService
- edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.RecipeSpecification
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeSuggestion
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeSuggestionId (implements java.io.Serializable)
- java.lang.Record
- edu.ntnu.idatt2106_2023_06.backend.dto.security.AuthenticationResponseDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.fridge.FridgeDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.items.fridge_items.FridgeItemLoadDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.items.fridge_items.FridgeItemSearchDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.items.fridge_items.FridgeItemUpdateDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.fridge.FridgeLoadAllDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.fridge.FridgeMemberLoadAllDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.fridge.FridgeMemberLoadDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.fridge.FridgeUserDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.recipe.InstructionDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.items.ItemDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.items.ItemLoadDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.items.ItemMoveDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.items.ItemRemoveDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.users.LoginReplyDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.notification.NotificationDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.recipe.RecipeAllergenDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.recipe.RecipePartDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.items.shopping_list.RecipeShoppingDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.recipe.RecipeSuggestionAddDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.recipe.RecipeSuggestionLoad
- edu.ntnu.idatt2106_2023_06.backend.dto.items.shopping_list.ShoppingItemUpdateDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.items.shopping_list.ShoppingListLoadDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.stat.StatAddItemToFridgeDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.stat.StatDeleteFromFridgeDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.stat.StatDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.notification.UpdateNotificationDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.users.UserDeletionDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.users.UserLoadAllDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.users.UserLoadDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.users.UserLoginDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.users.UserPasswordUpdateDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.users.UserRegisterDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.users.UserSearchDTO
- edu.ntnu.idatt2106_2023_06.backend.dto.users.UserUpdateDTO
- org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler (implements org.springframework.context.MessageSourceAware)
- edu.ntnu.idatt2106_2023_06.backend.exception.ControllerAdvisor
- edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.SearchRequest (implements java.io.Serializable)
- edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.SearchSpecification<T> (implements org.springframework.data.jpa.domain.Specification<T>)
- edu.ntnu.idatt2106_2023_06.backend.config.SecurityConfig
- edu.ntnu.idatt2106_2023_06.backend.mapper.ShoppingItemMapper
- edu.ntnu.idatt2106_2023_06.backend.model.fridge.ShoppingItems
- edu.ntnu.idatt2106_2023_06.backend.controller.ShoppingItemsController (implements edu.ntnu.idatt2106_2023_06.backend.controller.IShoppingItemsController)
- edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.SortRequest (implements java.io.Serializable)
- edu.ntnu.idatt2106_2023_06.backend.controller.StatController
- edu.ntnu.idatt2106_2023_06.backend.model.stats.Statistics
- edu.ntnu.idatt2106_2023_06.backend.mapper.StatMapper
- edu.ntnu.idatt2106_2023_06.backend.service.stat.StatService (implements edu.ntnu.idatt2106_2023_06.backend.service.stat.IStatService)
- edu.ntnu.idatt2106_2023_06.backend.model.stats.StatType
- edu.ntnu.idatt2106_2023_06.backend.model.items.Store
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- edu.ntnu.idatt2106_2023_06.backend.exception.exists.ExistsException
- edu.ntnu.idatt2106_2023_06.backend.exception.exists.CategoryExistsException
- edu.ntnu.idatt2106_2023_06.backend.exception.exists.FileAlreadyExistsException
- edu.ntnu.idatt2106_2023_06.backend.exception.exists.UserExistsException
- java.lang.IllegalArgumentException
- edu.ntnu.idatt2106_2023_06.backend.exception.InvalidTokenException
- edu.ntnu.idatt2106_2023_06.backend.exception.illegal.IllegalException
- edu.ntnu.idatt2106_2023_06.backend.exception.illegal.IllegalFileTypeException
- edu.ntnu.idatt2106_2023_06.backend.exception.illegal.IllegalStatTypeException
- edu.ntnu.idatt2106_2023_06.backend.exception.illegal.IllegalStatValueException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.NotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.AllergenNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.FileNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.FridgeItemsNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.FridgeMemberNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.FridgeNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.ImageNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.ItemNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.NotificationNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.RecipeNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.RecipeSuggestionNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.ShoppingItemsNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.StatNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.StoreNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.TokenNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.not_found.UserNotFoundException
- edu.ntnu.idatt2106_2023_06.backend.exception.UnauthorizedException
- edu.ntnu.idatt2106_2023_06.backend.exception.exists.ExistsException
- java.lang.RuntimeException
- java.lang.Exception
- edu.ntnu.idatt2106_2023_06.backend.model.users.Token
- edu.ntnu.idatt2106_2023_06.backend.service.users.TokenService (implements edu.ntnu.idatt2106_2023_06.backend.service.users.ITokenService)
- edu.ntnu.idatt2106_2023_06.backend.utils.UnitParser
- edu.ntnu.idatt2106_2023_06.backend.model.users.User (implements org.springframework.security.core.userdetails.UserDetails)
- edu.ntnu.idatt2106_2023_06.backend.controller.UserController
- edu.ntnu.idatt2106_2023_06.backend.service.users.UserInfoService (implements edu.ntnu.idatt2106_2023_06.backend.service.users.IUserInfoService)
- edu.ntnu.idatt2106_2023_06.backend.mapper.UserMapper
- edu.ntnu.idatt2106_2023_06.backend.service.users.UserService (implements edu.ntnu.idatt2106_2023_06.backend.service.users.IUserService)
Interface Hierarchy
- edu.ntnu.idatt2106_2023_06.backend.service.apiKey.IApiKeyService
- edu.ntnu.idatt2106_2023_06.backend.service.security.IAuthenticationService
- edu.ntnu.idatt2106_2023_06.backend.service.users.IEmailService
- edu.ntnu.idatt2106_2023_06.backend.service.files.IFileStorageService
- edu.ntnu.idatt2106_2023_06.backend.controller.IFridgeItemsController
- edu.ntnu.idatt2106_2023_06.backend.service.fridge.IFridgeService
- edu.ntnu.idatt2106_2023_06.backend.controller.IItemController
- edu.ntnu.idatt2106_2023_06.backend.service.items.IItemService
- edu.ntnu.idatt2106_2023_06.backend.service.notification.INotificationService
- edu.ntnu.idatt2106_2023_06.backend.controller.IShoppingItemsController
- edu.ntnu.idatt2106_2023_06.backend.service.stat.IStatService
- edu.ntnu.idatt2106_2023_06.backend.service.users.ITokenService
- edu.ntnu.idatt2106_2023_06.backend.service.users.IUserInfoService
- edu.ntnu.idatt2106_2023_06.backend.service.users.IUserService
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.AllergenRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeItemsRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeMemberRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.InstructionRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.ItemRecipeScoreRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.item.ItemRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.notification.NotificationRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeAllergenRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeItemsRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipePartRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeSuggestionRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.item.ShoppingItemsRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.stat.StatRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.stat.StatTypeRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>) - edu.ntnu.idatt2106_2023_06.backend.repo.users.UserRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.AllergenRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- 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>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.AllergenRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeItemsRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeMemberRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.InstructionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.ItemRecipeScoreRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.item.ItemRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.notification.NotificationRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeAllergenRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeItemsRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipePartRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeSuggestionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.item.ShoppingItemsRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.stat.StatRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.stat.StatTypeRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.store.StoreRepository
- edu.ntnu.idatt2106_2023_06.backend.repo.users.TokenRepository
- edu.ntnu.idatt2106_2023_06.backend.repo.users.UserRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- 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>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.AllergenRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeItemsRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeMemberRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.InstructionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.ItemRecipeScoreRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.item.ItemRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.notification.NotificationRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeAllergenRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeItemsRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipePartRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeSuggestionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.item.ShoppingItemsRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.stat.StatRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.stat.StatTypeRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.store.StoreRepository
- edu.ntnu.idatt2106_2023_06.backend.repo.users.TokenRepository
- edu.ntnu.idatt2106_2023_06.backend.repo.users.UserRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- 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>) - edu.ntnu.idatt2106_2023_06.backend.repo.recipe.AllergenRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeItemsRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeMemberRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.fridge.FridgeRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.InstructionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.ItemRecipeScoreRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.item.ItemRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.notification.NotificationRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeAllergenRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeItemsRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipePartRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.recipe.RecipeSuggestionRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.item.ShoppingItemsRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.stat.StatRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.stat.StatTypeRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- edu.ntnu.idatt2106_2023_06.backend.repo.store.StoreRepository
- edu.ntnu.idatt2106_2023_06.backend.repo.users.TokenRepository
- edu.ntnu.idatt2106_2023_06.backend.repo.users.UserRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.Amount
- edu.ntnu.idatt2106_2023_06.backend.model.recipe.Day
- edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.FieldType
- edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.Operator
- edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.SortDirection
- edu.ntnu.idatt2106_2023_06.backend.utils.UnitType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)