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

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

package com.testquack.dal;

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

public interface EventRepository extends EventRepositoryCustom,
        PagingAndSortingRepository, CommonRepository {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy