Project

General

Profile

1
package eu.dnetlib.organizations.repository.readonly;
2

    
3
import org.springframework.stereotype.Repository;
4

    
5
import eu.dnetlib.organizations.model.view.WarningView;
6
import eu.dnetlib.organizations.model.view.WarningViewPK;
7

    
8
@Repository
9
public interface WarningViewRepository extends ReadOnlyRepository<WarningView, WarningViewPK> {
10

    
11
}
(5-5/5)