public interface MealRepository extends CrudRepository<Meal,java.util.UUID>
Modifier and Type | Method and Description |
---|---|
Meal |
searchById(java.util.UUID uuid) |
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update
Meal searchById(java.util.UUID uuid)