I am currently making a CRUD application and findAll() is only accepting Iterable as output.
Can I use List imported from java.util.List instead of Iterable?
Curre