Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • be.appify.prefab.example.sale.invoice.InvoiceRepositoryMixin
    • be.appify.prefab.example.sale.invoice.application.InvoiceRepository (also extends org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • be.appify.prefab.example.sale.application.CustomerRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • be.appify.prefab.example.sale.application.GiftVoucherRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • be.appify.prefab.example.sale.invoice.application.InvoiceRepository (also extends be.appify.prefab.example.sale.invoice.InvoiceRepositoryMixin, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • be.appify.prefab.example.sale.application.SaleRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • be.appify.prefab.example.todo.application.TodoRepository (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
    • org.springframework.data.repository.PagingAndSortingRepository<T,ID>
      • be.appify.prefab.example.sale.application.CustomerRepository (also extends org.springframework.data.repository.CrudRepository<T,ID>)
      • be.appify.prefab.example.sale.application.GiftVoucherRepository (also extends org.springframework.data.repository.CrudRepository<T,ID>)
      • be.appify.prefab.example.sale.invoice.application.InvoiceRepository (also extends org.springframework.data.repository.CrudRepository<T,ID>, be.appify.prefab.example.sale.invoice.InvoiceRepositoryMixin)
      • be.appify.prefab.example.sale.application.SaleRepository (also extends org.springframework.data.repository.CrudRepository<T,ID>)
      • be.appify.prefab.example.todo.application.TodoRepository (also extends org.springframework.data.repository.CrudRepository<T,ID>)

Enum Class Hierarchy

Record Class Hierarchy