All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.testquack.dal.TestCaseRepository Maven / Gradle / Ivy

package com.testquack.dal;

import org.springframework.data.repository.PagingAndSortingRepository;
import com.testquack.beans.TestCase;

public interface TestCaseRepository extends TestCaseRepositoryCustom,
        PagingAndSortingRepository, CommonRepository {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy