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

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

There is a newer version: 1.21
Show newest version
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