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

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

package com.testquack.dal;

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

public interface ProjectGroupRepository extends ProjectGroupRepositoryCustom,
        PagingAndSortingRepository, CommonRepository {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy