-
Method Summary
Methods inherited from interface io.micronaut.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
-
Method Details
-
searchById
@Nullable
@Nullable Meal searchById(Long uuid)
-
-
-
-
findAllByCurrentBloodGlucoseLessThan
Iterable<Meal> findAllByCurrentBloodGlucoseLessThan(int currentBloodGlucose)
-
findAllByCurrentBloodGlucoseLessThanForUpdate
Iterable<Meal> findAllByCurrentBloodGlucoseLessThanForUpdate(int currentBloodGlucose)
-
findByFoodsPortionGramsGreaterThan
Iterable<Meal> findByFoodsPortionGramsGreaterThan(int portionGrams)
-
findByFoodsPortionGramsGreaterThanForUpdate
Iterable<Meal> findByFoodsPortionGramsGreaterThanForUpdate(int portionGrams)