Interface Findable<T>
-
public interface Findable<T>- Author:
- Fabrizio Giudici
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class<Findable>_Findable_
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>findAll()java.util.Optional<T>findById(Id id)
-