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

io.mosip.authentication.common.service.repository.MispLicenseDataRepository Maven / Gradle / Ivy

package io.mosip.authentication.common.service.repository;

import java.util.Optional;

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

import io.mosip.authentication.common.service.entity.MispLicenseData;

public interface MispLicenseDataRepository extends JpaRepository {
	
	Optional findByLicenseKey(String licenseKey);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy