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

io.mosip.registration.repositories.LocalPreferencesRepository 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.LocalPreferences;

public interface LocalPreferencesRepository extends BaseRepository {
	
	LocalPreferences findByIsDeletedFalseAndName(String name);
	
	List findByIsDeletedFalseAndConfigType(String configType);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy