Interface CalorieLogRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<CalorieLog,Long>, org.springframework.data.jpa.repository.JpaRepository<CalorieLog,Long>, org.springframework.data.repository.ListCrudRepository<CalorieLog,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<CalorieLog,Long>, org.springframework.data.repository.PagingAndSortingRepository<CalorieLog,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<CalorieLog>, org.springframework.data.repository.Repository<CalorieLog,Long>

public interface CalorieLogRepository extends org.springframework.data.jpa.repository.JpaRepository<CalorieLog,Long>
Repository interface for CalorieLog entities.

This interface extends JpaRepository and defines custom finder methods to query calorie log data, primarily focusing on retrieving entries related to a specific user.