Interface CategoryRepository

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

public interface CategoryRepository extends org.springframework.data.jpa.repository.JpaRepository<CategoryEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<CategoryEntity>