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

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

package io.mosip.registration.repositories;

import java.util.List;

import io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository;
import io.mosip.registration.entity.Language;

/**
 * Repository to perform CRUD operations on Language.
 * 
 * @author Sreekar Chukka
 * @since 1.0.0
 */
public interface LanguageRepository extends BaseRepository {

	
		List findAllByIsActiveTrue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy