Project

General

Profile

« Previous | Next » 

Revision 56746

View differences:

UrlRepository.java
7 7

  
8 8
public interface UrlRepository extends JpaRepository<Url, UrlPK> {
9 9

  
10
	void deleteByOrgId(String orgId);
10 11
}

Also available in: Unified diff