dao property bug fix
This commit is contained in:
@@ -13,5 +13,5 @@ import java.util.List;
|
||||
@Repository
|
||||
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
|
||||
public interface MetaInfraVendorDAO extends JpaRepository<MetaInfraVendor, Integer> {
|
||||
|
||||
List<MetaInfraVendor> findAllByMetaInfraType(MetaInfraType infraType);
|
||||
List<MetaInfraVendor> findAllByInfraType(MetaInfraType infraType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user