Hierarchy For Package org.salespointframework.inventory

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • org.salespointframework.inventory.Inventory<T>
    • org.salespointframework.inventory.MultiInventory<T> (also extends org.springframework.data.repository.CrudRepository<T,​ID>)
    • org.salespointframework.inventory.UniqueInventory<T> (also extends org.springframework.data.repository.CrudRepository<T,​ID>)
  • java.util.function.Predicate<T>
  • org.springframework.data.repository.Repository<T,​ID>
    • org.springframework.data.repository.CrudRepository<T,​ID>