Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c1522415c6
|
@ -13,5 +13,5 @@ import java.util.List;
|
||||||
@Repository
|
@Repository
|
||||||
public interface MetaCrawlerInputItemDAO extends JpaRepository<MetaCrawlerInputItem, Integer> {
|
public interface MetaCrawlerInputItemDAO extends JpaRepository<MetaCrawlerInputItem, Integer> {
|
||||||
|
|
||||||
List<MetaCrawlerInputItem> findAllByMetaCrawler(MetaCrawler metaCrawler);
|
List<MetaCrawlerInputItem> findAllByCrawler(MetaCrawler crawler);
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,5 +13,5 @@ import java.util.List;
|
||||||
@Repository
|
@Repository
|
||||||
public interface MetaInfraVendorDAO extends JpaRepository<MetaInfraVendor, Integer> {
|
public interface MetaInfraVendorDAO extends JpaRepository<MetaInfraVendor, Integer> {
|
||||||
|
|
||||||
List<MetaInfraVendor> findAllByMetaInfraType(MetaInfraType infraType);
|
List<MetaInfraVendor> findAllByInfraType(MetaInfraType infraType);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user