com.testquack.dal.TestCasePreviewRepository Maven / Gradle / Ivy
package com.testquack.dal;
import com.testquack.beans.TestCase;
import com.testquack.beans.TestCasePreview;
import org.springframework.data.repository.PagingAndSortingRepository;
public interface TestCasePreviewRepository extends TestCaseRepositoryCustom,
PagingAndSortingRepository, CommonRepository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy