Schnittstelle CategoryRepository

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

public interface CategoryRepository extends org.springframework.data.jpa.repository.JpaRepository<Category,Long>
Repository interface for accessing and managing category entities in the database.