Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • com.omarigrant.budget.mappers.contracts.BudgetMapperContract
  • com.omarigrant.budget.services.contracts.BudgetServiceInterface
  • com.omarigrant.budget.model.budget.calculate.contracts.CalculateDailyInterface
  • com.omarigrant.budget.model.budget.calculate.contracts.CalculateFortnightlyInterface
  • com.omarigrant.budget.model.budget.calculate.contracts.CalculateFourWeeklyInterface
  • com.omarigrant.budget.model.budget.calculate.contracts.CalculateMonthlyInterface
  • com.omarigrant.budget.model.budget.calculate.contracts.CalculateQuarterlyInterface
  • com.omarigrant.budget.model.budget.calculate.contracts.CalculateSemiAnnuallyInterface
  • com.omarigrant.budget.model.budget.calculate.contracts.CalculateWeeklyInterface
  • com.omarigrant.budget.model.budget.calculate.contracts.CalculateYearyInterface
  • com.omarigrant.budget.dao.contract.Dao<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>)
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • com.omarigrant.budget.repositories.AmountsRepository
      • com.omarigrant.budget.repositories.BudgetRepository
      • 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.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>)

Enum Class Hierarchy