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

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

There is a newer version: 1.21
Show newest version
package com.testquack.dal;

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

public interface CommentRepository extends CommentRepositoryCustom,
        PagingAndSortingRepository, CommonRepository {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy