Interface MandantenRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Mandant>findAll()Liefert eine Liste mit allen Mandanten.Optional<Mandant>findByName(String name)Sucht einen Mandanten anhand seines Namens.
-