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

io.mosip.pmp.authdevice.repository.SecureBiometricInterfaceHistoryRepository Maven / Gradle / Ivy

package io.mosip.pmp.authdevice.repository;

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;

import io.mosip.pmp.authdevice.entity.SecureBiometricInterfaceHistory;
@Repository
public interface SecureBiometricInterfaceHistoryRepository extends JpaRepository{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy