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

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

package io.mosip.registration.repositories;

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

/**
 * Interface for {@link UserPassword}
 * 
 * @author Sravya Surampalli
 * @since 1.0.0
 *
 */
public interface UserPwdRepository extends BaseRepository {
	
	void deleteByUsrId(String id);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy