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

io.mosip.registration.repositories.ScreenDetailRepository Maven / Gradle / Ivy

package io.mosip.registration.repositories;

import io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository;
import io.mosip.registration.entity.ScreenDetail;
import io.mosip.registration.entity.id.ScreenDetailId;

/**
 * Interface for ScreenDetailRepository
 * 
 * @author Sreekar Chukka
 * @since 1.0.0
 */
public interface ScreenDetailRepository extends BaseRepository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy