Interface CatalogRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<TestDataTableCatalog,String>, org.springframework.data.jpa.repository.JpaRepository<TestDataTableCatalog,String>, org.springframework.data.repository.PagingAndSortingRepository<TestDataTableCatalog,String>, org.springframework.data.repository.query.QueryByExampleExecutor<TestDataTableCatalog>, org.springframework.data.repository.Repository<TestDataTableCatalog,String>

@Repository public interface CatalogRepository extends org.springframework.data.jpa.repository.JpaRepository<TestDataTableCatalog,String>