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

io.mosip.pms.common.repository.MispLicenseKeyReadRepository Maven / Gradle / Ivy

There is a newer version: 1.3.0-dp.1
Show newest version
package io.mosip.pms.common.repository;

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

import io.mosip.pms.common.entity.MISPLicenseReadEntity;
import io.mosip.pms.common.entity.MISPlKeyUniqueKeyEntity;

/**
 * 
 * @author Nagarjuna Kuchi
 * @version 1.0
 *
 * Defines an object to provide misp license data base related operations. 
 */
@Repository
public interface MispLicenseKeyReadRepository extends JpaRepository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy