Interface PlaygroundRepositoryCustom

All Known Subinterfaces:
PlaygroundRepository

public interface PlaygroundRepositoryCustom
  • Method Details

    • findAllPlaygrounds

      java.util.List<Playground> findAllPlaygrounds​(java.lang.String playgroundName, java.lang.String streetName)
    • findAllDevicesByPlaygroundID

      java.util.List<Device> findAllDevicesByPlaygroundID​(long id)
    • findAllExpansionsByPlaygroundID

      java.util.List<Expansion> findAllExpansionsByPlaygroundID​(long id)
    • addPlaygroundCounter

      void addPlaygroundCounter​(Playground playground, int children)
    • deductPlaygroundCounter

      void deductPlaygroundCounter​(Playground playground, int children)