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

io.mosip.authentication.entity.KeyAliasRepository Maven / Gradle / Ivy

There is a newer version: 1.0.10-rc1
Show newest version
package io.mosip.authentication.entity;

import java.util.List;

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

@Repository
public interface KeyAliasRepository extends JpaRepository {
	List findByApplicationIdAndReferenceId(String var1, String var2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy