Schnittstelle RecommendationRepository

Alle Superschnittstellen:
org.springframework.data.repository.CrudRepository<Recommendation,Long>, org.springframework.data.jpa.repository.JpaRepository<Recommendation,Long>, org.springframework.data.repository.ListCrudRepository<Recommendation,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<Recommendation,Long>, org.springframework.data.repository.PagingAndSortingRepository<Recommendation,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<Recommendation>, org.springframework.data.repository.Repository<Recommendation,Long>

public interface RecommendationRepository extends org.springframework.data.jpa.repository.JpaRepository<Recommendation,Long>
Repository interface for accessing and managing recommendation entities in the database.