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

io.mosip.pmp.partner.repository.PolicyGroupRepository Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package io.mosip.pmp.partner.repository;

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

import io.mosip.pmp.partner.entity.PolicyGroup;

/**
 * @author sanjeev.shrivastava
 *
 */

@Repository
public interface PolicyGroupRepository extends JpaRepository {
	
	public PolicyGroup findByName(String policyName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy